Install the following VS Code Plugins:
- ESLint
- Prettier
You should be using Node.js version 14
If you don't have yarn installed yet, run this command:
npm install -g yarn
Install dependencies using yarn
:
yarn install
Then run the application in development mode:
yarn start