Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 576 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 576 Bytes

Run all commands from the root of the project

Docs:

  • /docs folder contains the docs

Tests

  • /test folder contains the tests

Command to run tests

  1. npm run test

Development Mode:

  • React client runs on port 3000
  • Server runs on port 8080

How to Start development mode

  1. In one terminal / cmd run server

npm run dev

  1. In another terminal / cmd run client

npm run client

How to build (Windows)

npm run build:windows

How to build (Linux)

npm run build:linux

How to deploy the microservice

  • Build the project
    • npm run build
  • Deploy!