This project template was built with Create React App, which provides a simple way to start React projects with no build configuration needed.
Projects built with Create-React-App include support for ES6 syntax, as well as several unofficial / not-yet-final forms of Javascript syntax such as Class Properties and JSX. See the list of language features and polyfills supported by Create-React-App for more information.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This is just the following of the videos from [Building React Applications with Idiomatic Redux] (https://egghead.io/courses/building-react-applications-with-idiomatic-redux)