0.1.5 • Published 6 years ago

nextpresso v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

: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 or
yarn global add nextpresso

Create a project

nextpresso init or
nextpresso init myProject

Create a route controller

nextpresso controller posts

Developing

yarn start then go to
http://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.

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago