https://github.com/yawaramin/bucklescript-cyclejs-test
https://github.com/yawaramin/bucklescript-cyclejs-test
bucklescript cyclejs ocaml
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yawaramin/bucklescript-cyclejs-test
- Owner: yawaramin
- License: mit
- Created: 2017-01-09T04:37:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T04:08:51.000Z (over 9 years ago)
- Last Synced: 2025-04-24T23:04:18.630Z (about 1 year ago)
- Topics: bucklescript, cyclejs, ocaml
- Language: OCaml
- Size: 50.8 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuckleScript/Cycle.js Test Project
## Development
### Setup
brew install ninja
and
npm install
or
yarn
### Run
In one terminal window, run `npm run watch` or `yarn run watch`.
In another terminal window, run `npm run dev-server` or `yarn run
dev-server`.
Browse to http://localhost:8080/webpack-dev-server/
## Production
You don't need BuckleScript to try out the webapp. If you haven't
already, just run `npm install` or `yarn`. Then, run `npm run pack` or
`yarn run pack`. The output is `build/bundle.js`. The static web page is
`build/index.html`; open that to check the results.