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

https://github.com/naffiq/react-timer


https://github.com/naffiq/react-timer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Timer App
[![Build Status](https://travis-ci.org/naffiq/react-timer.svg?branch=master)](https://travis-ci.org/naffiq/react-timer)

[DEMO](http://naffiq-react-timer.herokuapp.com)

Includes react router, Foundation CSS framework and SASS loader

## Running

Clone and install dependencies:
```bash
$ npm install
```

Then run
```bash
$ npm start
```

And run webpack to hook up with your changes
```bash
$ webpack -w
```
or
```bash
$ node node_modules/webpack/bin/webpack.js -w
```
in case you have no global installation of webpack.