0.0.3 • Published 7 years ago

fil-starter-project v0.0.3

Weekly downloads
88
License
MIT
Repository
github
Last release
7 years ago

Fil Starter Project

Dependency Status devDependency Status

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 watch Compiles css and js files continuously in the background. This is main task for development.
  • npm compile Compiles and minifies css and js files for production use. This is main task for production. TODO

Other Tasks

  • npm run css Compiles stylus files to CSS, entry is index.styl
  • npm run css:dist Compiles and minifies stylus files to CSS TODO