Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garthdb/starter

Project Starter
https://github.com/garthdb/starter

Last synced: about 1 month ago
JSON representation

Project Starter

Awesome Lists containing this project

README

        

# HTML Prototype Starter

This is a starter project for building HTML/JS/CSS prototypes. I'm using my favorite stack, [Stylus](https://learnboost.github.io/stylus/), [Jade](http://jade-lang.com/), [CoffeeScript](http://coffeescript.org/), [Browsersync](http://www.browsersync.io/) and [NPM](https://www.npmjs.com) as a [build tool](http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/).

[Node](http://nodejs.org) is required.

## Install Dependencies

```
npm install
```

## Run Build Script (with watch and Browsersync)

```
npm start
```