Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garthdb/redux-todo
- Owner: GarthDB
- Created: 2016-05-01T06:22:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:32:11.000Z (10 months ago)
- Last Synced: 2024-11-29T15:53:24.523Z (about 1 month ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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
```