Our note app is a simple note taking app that allows you to store notes in markdown format.
This project is bootstrapped with Create React App and uses Yarn as our package manager.
If you do not have Yarn, you can install it globally by running
npm install -g yarn
.
To start the app, jump into the /client directory by running cd client
, then run yarn start
.
To be continued...