Open gr2m opened 1 year ago
Also you might consider to add instructions on how to install yarn? It's not shipped by default when installing Node.
yarn
I would suggest to use npm instead. As far as I can tell, npm install and npm start works just as well
npm
npm install
npm start
Also you might consider to add instructions on how to install
yarn
? It's not shipped by default when installing Node.I would suggest to use
npm
instead. As far as I can tell,npm install
andnpm start
works just as well