Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 521 Bytes

File metadata and controls

34 lines (23 loc) · 521 Bytes

How to build development environment

1. Clone projects

git clone git@github.com:jj-mms/jj-mms.git

2. Set env

  1. Create .env file
  2. Set env attributes, you can reference template.env file

3. Install node_modules && build

# install by package-lock.json modules
npm ci

# use in build backend & frontend
npm run build

# only build frontend
npm run frontend-build

4. Start with backend service

npm start

5. Access to url

http://localhost:8080/management/