Tiny TODO app built with Riotjs and Pure.css in less the 30K (in all)!
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 ) andgulp serve
( serve thedist
folder ). - If you want to check yourself that it's only 30K run
gulp serve.production
which will serve thedist
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