Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 159 Bytes

File metadata and controls

17 lines (15 loc) · 159 Bytes

Usage

npm install
npm start
open http://localhost:3000

Production

set NODE_ENV=production
npm start

Linting

npm run lint