nextpresso
v0.1.5
Published
## Features * Express with ES6 and async/await * Hot Reloading * Route Controller-generator
Downloads
10
Readme
:coffee: nextpresso - Simple scaffolding for Express
Features
- Express with ES6 and async/await
- Hot Reloading
- Route Controller-generator
Requirements
- Node 8+
- yarn (installed globally)
Usage
Install
npm install nextpresso -g
oryarn global add nextpresso
Create a project
nextpresso init
ornextpresso init myProject
Create a route controller
nextpresso controller posts
Developing
yarn start
then go tohttp://localhost:3000
Building
yarn run build
, files are written to ./dist.
More
Follow me at @mhaagens for more about React, Express, DevOps and Node.js.