A simple Todo application built with a Yarn monorepo structure, using MongoDB for data storage.”
nvm
yarn
- Clone the repository to your local machine.
- Run the command
yarn
to install dependencies.
- Run
nvm use
to use the required node version - Run
yarn start
to start application - Access application at
http://localhost:7000
This project is licensed under the terms of the MIT License.