Minimal template project for jsoo-react.
To build the project, you will need opam and Yarn.
After installing both package managers:
-
Run:
make init
This will create an opam local switch and install all dependencies.
- Now run
make build
to build the project, andmake start
to start the local development server. You should be able to access the rendered site in http://localhost:8000/.