Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 949 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 949 Bytes

Events-app

Event-app is a simple web application that lists and manages events.

Usage

Before you begin cloning make sure your computer has git and Node installed.

To clone the repo locally onto your computer, open the terminal then type in:

$ git clone https://github.com/helenyau0/event-app.git
# downloads the project
$ cd event-app
# navigates into project folder
$ npm install
# installs all packages for project

Next find or create a .env file in the root folder of the project then set REACT_APP_URL=base url and REACT_APP_API_KEY=authorization token then save.

Then finally you can start your server by typing in the terminal:

$ npm start
# starts server on localhost:3000

Now the app should be up and ready to go!