ml-in-barcelona / jsoo-react-template

Template for a minimal jsoo-react project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsoo-react-template

Minimal template project for jsoo-react.

Getting started

To build the project, you will need opam and Yarn.

After installing both package managers:

  1. Run:

    make init

This will create an opam local switch and install all dependencies.

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

About

Template for a minimal jsoo-react project

License:MIT License


Languages

Language:Makefile 45.2%Language:HTML 26.2%Language:JavaScript 24.4%Language:OCaml 4.3%