- Clone this repository and cd into it.
- Run
npm ito install the dependencies. - Run
npm run build:prodto bundle the client JS. You may also usenpm run dev.
- Cd into the
examplesubdirectory - Run
npm ito install the server dependencies - Run
npm run build:prodto bundle the frontend JS. - Run
npm run startwhich will start the web server