https://github.com/garthdb/starter
Project Starter
https://github.com/garthdb/starter
Last synced: 4 months ago
JSON representation
Project Starter
- Host: GitHub
- URL: https://github.com/garthdb/starter
- Owner: GarthDB
- Created: 2012-03-22T04:58:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:32:11.000Z (over 1 year ago)
- Last Synced: 2025-03-20T09:57:56.249Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```