- Express with ES6 and async/await
- Hot Reloading
- Route Controller-generator
- Node 8+
- yarn (installed globally)
npm install nextpresso -g
or
yarn global add nextpresso
nextpresso init
or
nextpresso init myProject
nextpresso controller posts
yarn start
then go to
http://localhost:3000
yarn run build
, files are written to ./dist.
Follow me at @mhaagens for more about React, Express, DevOps and Node.js.