This repo is now archived. Please refer to https://github.com/fdonzello/angular-advanced for the latest up-to-date showcase of Angular Advanced concepts.
This project showcases some advanced angular concepts. It's used as the driver for Advanced Angular Training sessions.
Everything you need to be up and running is contained in the Makefile, unless you're on Windows but we're working on it.
Run npm run app:setup to configure your environment.
Run npm run app:serve to start the development server.
Run npm run test to execute the unit tests via Karma.
Run npm run e2e to execute the end-to-end tests via Protractor.
Run npm run app:build to build the application that will be put into app-build folder.
Run npm run app:server to start the json server. The db is in the server folder.
Run npm run app:universal:build to build the app for Angular Universal. Then you can run the server with npm run app:universal:serve.