- Install dependencies with
yarn
. - Copy
.env.example
to.env
and fill in the blanks. - Build the project with
yarn build
and serve the public directory withyarn start
.
That's it.
Run both yarn start
to serve the public directory and yarn build --watch
to rebuild the js bundle when the source changes.