This project was bootstrapped with Create React App.
- Node.js 12.x
- yarn
If you aldready have the prerequisities, you are good to go!. If not, you can use brew
to install the prerequisites.
To install brew go to : Brew home page
Install prerequisities using brew:
brew install node
and
brew install yarn
yarn install
Create a copy of the .env.sample
and rename it to .env
and update the values.
Get a Google credentials (OAtuh 2.0 Client id) file and rename it to google-credentials.json
See tutorial: https://dev.to/calvinpak/how-to-read-write-google-sheets-with-react-193l
When yarn finishes the installation of dependencies you are ready to launch the app.
To run the app try:
yarn dev
Open http://localhost:3030 to view it in the browser.