- Node.js >= 6
- Redis if you want to use fastboot caching
npm install
bower install
npm run fb
- starts the fastboot server and watches for file changes (watch is buggy, though).
npm run fb-cache
- builds the production version and starts server.js with fastboot cache enabled.
Cache will work only if you have Redis server enabled and configured in server.js. It's fine to run it without redis too - the app will run but the console will show connection errors and the HTML cache won't work.
Use http://localhost:4200/articles to open the Ember app.