Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevemao/blake-js-test
https://github.com/stevemao/blake-js-test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevemao/blake-js-test
- Owner: stevemao
- Created: 2016-12-14T06:34:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T22:20:57.000Z (about 8 years ago)
- Last Synced: 2024-11-07T13:53:20.854Z (about 2 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build status
[![Build Status](https://travis-ci.org/stevemao/Blake-JS-test.svg?branch=master)](https://travis-ci.org/stevemao/Blake-JS-test)
## Start
You must have the lastest version of Node.js installed and run the following command in your terminal.
```
npm install
npm start
```This will start a webpack-dev-server.
Follow the instruction in the console or just open `http://localhost:8000/` manually.
*Note:* In order to see/change the url, please open in inline mode. The app is using `react-router` so the url is important.
## Unit test
```
npm test
```