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 install
ornpm install
-
Copy
sample.env
file and name it.env
-
Build the files:
yarn build
ornpm run build
-
Then to start:
yarn start
ornpm run start