- Run
yarn install
to install dependencies in both theserver
andclient
directories - Run
yarn start
in the server directory to start the server. This will automatically populate the database with the data fromserver/src/datasources/rygs.csv
- Run
yarn start
in the client directory to start the client - Navigate to http://localhost:3000 to see it running
- If you want to query against the GraphQL server, you can access it at http://localhost:4000