Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garthdb/redux-todo

A styled version of @gaearon's sample redux todo app
https://github.com/garthdb/redux-todo

Last synced: about 1 month ago
JSON representation

A styled version of @gaearon's sample redux todo app

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
```