Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 521 Bytes

project-manager-wa

Project manager web app

How to run

This project requires Node >= 10.16

yarn was used but everything should work with npm if you are a windows user.

  • This project required for backend to be running, please run https://github.com/voidpumpkin/project-manager-be first

  • First install dependencies: yarn install or npm install

  • Copy sample.env file and name it .env

  • Build the files: yarn build or npm run build

  • Then to start: yarn start or npm run start