-
This project was bootstrapped with Create React App.
-
This app allows a user to create and book events. It accesses an express graphQL api running on heroku that uses mongoDB and mongoose to persist data related to users and events.
-
This frontend app is an enhanced version of this tutorial.
In a terminal in the project directory you can type: 'npm start'
This Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The port can be changed by defining and setting "PORT=nnnn" in a .env file in the project directory.
Type: 'npm build' Generates the app for production. Puts it in the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.