Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 239 Bytes

File metadata and controls

18 lines (13 loc) · 239 Bytes

node-starter

Update Feb. 2020

cleaned up git history

Boilerplate for Express Nodejs app with Babel 7

Installation

    npm install
    cp .env.sample .env
    npm run watch

visit http://localhost:7777