There are too many note taking apps. So I'm building another one.
# Make sure we're looking at the right version of node.
nvm install
# Install dependencies.
yarn install
Starts the development server and hot-reloading action.
yarn start
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint