Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 315 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 315 Bytes

tinyplate

A production-ready, desktop-first, and database-less front-end boilerplate

Requirements

  • Node >= 8.9.3
  • NPM >= 5.6.0

Quick start

npm install

then

npm run start

App can then be accessed at http://localhost:3000

Development

Run test

npm run test