1.0.1 • Published 5 years ago

frontend-code-ready v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Front-End Code Ready Boilerplate

Yet another front-end boilerplate to let you focus on code.

Features

Up and running

  • Have NodeJS installed
  • Install dependencies by npm i or yarn
  • Build static files by npm build or yarn build
  • Launch the app by npm start or yarn start
  • Tests by npm test or yarn test