Proof of concept Angular 2 app.
- Install nodejs and npm, if you haven't already: https://nodejs.org/en/download/.
- Clone the repo (or download the .zip) onto your local machine.
- Run
npm install
under the parent project directory. - Run
npm start
to start up the application.
npm start # start webpack dev server and watch for changes
npm run build # minify and build production bundles under dist/
Angular documentation is generated using https://compodoc.github.io/compodoc/. Generate the html pages with:
npm run docs
- Atom: https://atom.io/
- And install Atom's TypeScript package: https://atom.io/packages/atom-typescript
- Visual Code: https://code.visualstudio.com/
- Webpack configuration: https://v2.angular.io/docs/ts/latest/guide/webpack.html