Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 249 Bytes

File metadata and controls

23 lines (15 loc) · 249 Bytes

Node Boilerplate

A simple boilerplate for starting Node projects.

Installation

npm install

Starting your server

npm start

Building for production

npm run build

This will output a dist folder.