This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
Rather than grouping files by type, we'll group by feature. So everything for the "About" section will live in the same folder (HTML, CSS, images, etc.) and all the sections appearing on the Home screen will be in the same home folder.
For more info, this Medium article is a good read.
Local = just on your computer
Always test changes locally before pushing them to the actual website! Use the following commands to do so:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint (code style) errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Whenever code is pushed to the master branch, Travis CI (CI = continuous integration) will automatically deploy the project using Heroku.
Since we don't have a domain name yet, you can see it live at https://dukeapolandingpage.herokuapp.com/