0.0.3 • Published 9 years ago
fil-starter-project v0.0.3
Fil Starter Project
This repository contains a fil project with a decent looking UI and sample posts. You can check features of fil and use this project as your starting point.
Primary Tasks
npm run watchCompiles css and js files continuously in the background. This is main task for development.npm compileCompiles and minifies css and js files for production use. This is main task for production. TODO
Other Tasks
npm run cssCompiles stylus files to CSS, entry is index.stylnpm run css:distCompiles and minifies stylus files to CSS TODO