Giter VIP home page Giter VIP logo

ng2-trendy-brunch's Introduction

ng2-trendy-brunch

Angular 2 Version of Trendy Brunch application

Angular 2/TypeScript/Redux/Webpack Starter

This is the initial version of our starter project using Angular 2.x, Redux, TypeScript and Webpack to tie it all together.

Getting Started

Use our starter script, with angular2-redux-starter as the techStack argument.

Commands

  • npm install: install npm dependencies specified in package.json as well as typings specified in tsd.json (typings will be put into typings folder which is also git ignored).

  • postinstall: runs automatically after npm install and triggers a npm run build to provide a build directory to npm start by default

  • npm run dev: will start webpack's development server (with live reloading) on http://localhost:8080. Note that in this case the bundle will be generated in memory and your bundle in dist might get out of sync.

  • npm start: starts a production server serving the dist directory on http://localhost:3000

  • npm run build: bundle all of the application including js/css/html files, with index.html generated according to a template specified in index.html (Everything will be put into dist folder).

  • npm test: will run the unit tests for the project as specified in karma.conf.js (everything ending in .test.ts will ge picked up, refer to src/tests.entry.ts if other extensions should be used).

  • npm run e2e: will run the e2e suite for this project located in e2e (refer to wdio.conf.js and gulpfile.js for more info, this is the only gulp dependency).

  • npm run typings: removes existing typings located in typings directory, reinstalls them based on tsd.json, and links whatever is available in node_modules (using tsd link).

Improvements

This is an initial version of this setup and will be expanded in the future. Refer to the issues section to see what needs to be done, or create a new one.

If something doesn't work

Refer to the issues section to see if this has already been logged. Otherwise create a new issue.

Example Application

TBC

License

Copyright (c) 2016 rangle.io

MIT License

ng2-trendy-brunch's People

Contributors

e-schultz avatar sethdavenport avatar

Stargazers

Uros Gruber avatar ZeTek avatar Milan Jaric avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.