https://github.com/threepointone/reasonexampleproject
Example Reason project.
https://github.com/threepointone/reasonexampleproject
Last synced: 3 months ago
JSON representation
Example Reason project.
- Host: GitHub
- URL: https://github.com/threepointone/reasonexampleproject
- Owner: threepointone
- License: mit
- Created: 2016-05-18T06:17:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T06:19:05.000Z (about 9 years ago)
- Last Synced: 2025-01-25T08:11:30.216Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example Reason project.
=======Example Reason project.
### Install
git clone https://github.com/jordwalke/ReasonExampleProject
cd ReasonExampleProject### Build
npm install
node node_modules/CommonML/build.js### Run
npm start