- Node v14. You can use nvm to manage versions nvm or install globally.
- npm or yarn run
npm install
oryarn
- start the dev server
npm start
oryarn start
- tests with jest
yarn test
oryarn test:watch
npm install
or yarn
npm start
or yarn start
yarn test
or yarn test:watch