- Install Node.JS and NPM
- Clone this package
- Run
npm installin the package root - Run
npm run bootstrap
Run the serve script. This can be achived by one of these commands:
- Running
npm run serve - Running
lerna run serve - Navigating to
packages/server/and then runningnpm run serve
All of the commands do the same thing, but 3 will run a bit faster.