https://github.com/warborn/react-vis-alethea-example
https://github.com/warborn/react-vis-alethea-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/warborn/react-vis-alethea-example
- Owner: warborn
- Created: 2018-03-22T22:00:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:31:43.000Z (about 8 years ago)
- Last Synced: 2025-01-15T04:40:50.181Z (over 1 year ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation instructions
- Clone this project
Install all the dependencies with:
```sh
$ yarn install
```
Run it on localhost
```sh
$ yarn run start
```