Workflow is a web application designed to make managing your teams and projects simple.
- Nodejs
- Postgresql
- Run the following commands to get started:
-
$ git clone https://github.com/mwalto7/workflow-app.git $ cd workflow-app
- Start the frontend:
-
# Using yarn $ yarn && yarn start
-
# Using npm $ npm install && npm start
- Open a seprate terminal and start the server:
-
# Using yarn $ yarn run server
-
# Using npm $ npm run server