Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 658 Bytes

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