Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/.