Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmcalabrese/riotjs-boilerplate
Tiny to do app built with Riotjs and Pure.css in less the 30K (in all)!
https://github.com/pmcalabrese/riotjs-boilerplate
boilerplate frontend riotjs
Last synced: about 4 hours ago
JSON representation
Tiny to do app built with Riotjs and Pure.css in less the 30K (in all)!
- Host: GitHub
- URL: https://github.com/pmcalabrese/riotjs-boilerplate
- Owner: pmcalabrese
- Created: 2015-06-02T12:28:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T10:45:33.000Z (about 7 years ago)
- Last Synced: 2023-08-06T13:44:16.884Z (over 1 year ago)
- Topics: boilerplate, frontend, riotjs
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riotjs-boilerplate
![riotjs](./riotjs.png)
Tiny TODO app built with [Riotjs](https://muut.com/riotjs/) and [Pure.css](http://purecss.io/) in less the 30K (in all)!
## Getting started
Prerequisite: *You need to have [nodejs npm](https://nodejs.org/) and [git](https://git-scm.com/) 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*