Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander1n/my-reason-react-app
https://github.com/alexander1n/my-reason-react-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexander1n/my-reason-react-app
- Owner: Alexander1N
- License: mit
- Created: 2022-07-20T10:16:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T13:43:58.000Z (over 2 years ago)
- Last Synced: 2023-03-08T12:33:36.084Z (almost 2 years ago)
- Language: Reason
- Homepage: https://lab.github.com/SRC-technology/setting-up-a-reason-react-app
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My ReasonReact App
## Installing
You can install all the needed dependencies by running `yarn`.
## Watcher
```sh
$ yarn startyarn run v1.12.3
$ bsb -make-world -w
ninja: no work to do.
ninja: no work to do.
>>>> Start compiling
ninja: no work to do.
>>>> Finish compiling 12 mseconds
```## Building and Bundling
```sh
$ yarn buildyarn run v1.12.3
$ bsb -make-world && fpack build ./lib/js/src/index.bs.js --development
ninja: no work to do.
ninja: no work to do.
ninja: no work to do.
Cache: used
Done in 0.040s. Bundle: 910Kb. Modules: 16.✨ Done in 0.30s.
```## Testing
```sh
$ yarn testyarn run v1.12.3
$ bsb -make-world && jest
ninja: no work to do.
ninja: no work to do.
ninja: no work to do.
PASS lib/js/__tests__/model_test.bs.js
some test
✓ passes! (5ms)Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 1.572s
Ran all test suites.
✨ Done in 2.81s.
```