Personal TODO / Task Management program
Basically, a way to manage projects in a much more agile manner.
- Clone this Repo
git clone git@github.com:alexlapinski/todo.git
- Install dependencies via NPM
npm install
- Run the project
This will start both the front-end and backend.
npm start
- Open the browser to
http://localhost:3000