Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ml-in-barcelona/jsoo-react-template
Template for a minimal jsoo-react project
https://github.com/ml-in-barcelona/jsoo-react-template
ocaml react
Last synced: about 2 months ago
JSON representation
Template for a minimal jsoo-react project
- Host: GitHub
- URL: https://github.com/ml-in-barcelona/jsoo-react-template
- Owner: ml-in-barcelona
- License: mit
- Created: 2021-12-09T21:06:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T01:04:56.000Z (9 months ago)
- Last Synced: 2024-04-20T00:54:27.280Z (9 months ago)
- Topics: ocaml, react
- Language: Makefile
- Homepage:
- Size: 91.8 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsoo-react-template
Minimal template project for [jsoo-react](https://github.com/ml-in-barcelona/jsoo-react).
## Getting started
To build the project, you will need [opam](https://opam.ocaml.org/doc/Install.html) and [Yarn](https://yarnpkg.com/getting-started/install).
After installing both package managers:
1. Run:
```bash
make init
```This will create an opam [local switch](https://opam.ocaml.org/blog/opam-local-switches/) and install all dependencies.
2. Now run `make build` to build the project, and `make start` to start the local development server. You should be able to access the rendered site in http://localhost:8000/.