Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1019 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1019 Bytes

riotjs-boilerplate

riotjs

Tiny TODO app built with Riotjs and Pure.css in less the 30K (in all)!

Getting started

Prerequisite: You need to have nodejs npm and git installed

  • Clone or download the repo
  • Run sudo npm install -g gulp ( install global tools )
  • cd into the project folder
  • Run npm install ( install project specific tools and install frontend dependency)
  • Run gulp watch (if you want build and serve the frontend and automatic reload the browser in case of changes, good for development)
  • Or run gulp ( build frontend ) and gulp serve ( serve the dist folder ).
  • If you want to check yourself that it's only 30K run gulp serve.production which will serve the dist folder with compression and without live reload.

Note: if you want to change port of the static server go to gulp/gulp.serve.js file