Make sure you have the following installed on your system:
- Clone the repo.
- Run
yarn
in the repo to install the dependencies. - Run
yarn dev
to start dev server. The dev server also supports live-reload.
- Run
yarn build
. This will create adist
directory with the built files. - The
dist/client
directory contains pre-rendered markup which can be deployed to static hosting service.