https://github.com/naffiq/react-timer
https://github.com/naffiq/react-timer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naffiq/react-timer
- Owner: naffiq
- License: mit
- Created: 2017-02-08T06:58:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T14:56:51.000Z (about 8 years ago)
- Last Synced: 2025-01-26T03:23:32.860Z (4 months ago)
- Language: JavaScript
- Size: 915 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Timer App
[](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.