This app was forked from the starter template provided as a part of Udacity's React Fundamentals Course.
It was created with create-react-app and adheres to its typical structure/interface.
In order to run the project, first clone or download the GitHub repo. Then install the requirements by typing npm install
in a terminal pointed to the root diretory of the project (the directory that contains package.json
, which lists the project dependencies).
To run the project locally after installing the requirements, type npm start
into a terminal pointed to the project's root directory to launch the development server. It should open localhost:3000
and run the app in a local browser. If it does not open localhost:3000
automatically, try doing so in your favorite browser. You should then see the app.