Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 168 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 168 Bytes

development

  • node v4.2.2
  • install
npm install
  • start dev-server
npm run dev
  • build then start prod-server
npm run build
npm run prod