Project manager web app
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 installornpm install -
Copy
sample.envfile and name it.env -
Build the files:
yarn buildornpm run build -
Then to start:
yarn startornpm run start