Skip to content

Simple Express scaffolding with ES6 and Hot Reloading.

Notifications You must be signed in to change notification settings

mhaagens/nextpresso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ 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.

About

Simple Express scaffolding with ES6 and Hot Reloading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published