This project is a simple webpage that displays all the names listed in a JSON. Serves as a basic project for people learning Git to contribute to
To get this project running on your machine:
- Clone the repo
- Run
yarn
oryarn install
- Run
yarn start
- Visit http://localhost:5000 to see the webpage
Notice that this project uses main
as the name of the default branch instead of master
. As of October 1, 2020, the default branch name for new GitHub repositories is main
. (source).