git clone https://bitbucket.org/joebri/napoleonic-client.git
cd napoleonic-client
npm install
- Start the napoleonic-service (see repo).
npm run start:dev
npm test
-
Run
npm run build
to create production build (see \build folder). -
Run
npm run docker:up
to build and run the container.