Minimal setup for rapid web devlopment. Includes Stylus (nib, rupture, jeet, autoprefixer), Pug templates, Browser-sync for live updates across browsers and Gulp to orchestrate the build and watch for file changes (automatic rebuilds).
Disclaimer: This setup includes tools that I enjoy using, and is not aimed at the public. I'm not looking for pull requests, but feel free to fork the project if you would like to switch things around.
Clone and install dependencies...
-
git clone [email protected]:miickel/upp.git
-
cd upp
-
npm install
Build css and html, then start the server and watch for file changes...
-
gulp
- Hack away!