Using yarn instead of npm
- Intstall yarn from https://yarnpkg.com/lang/en/docs/install/#mac-stable
yarn install(installs all dependencies)yarn run dev-server(runs locally on your machine, but uses backend server on heroku)
Using yarn instead of npm
yarn install (installs all dependencies)yarn run dev-server (runs locally on your machine, but uses backend server on heroku)