React starter template with boilerplate setup and tooling configured
Make sure you have Node and NPM installed.
To get started, run the following commands:
NOTE: You can copy and paste the list of commands together or run them individually
# 1. Open your terminal and clone the repository into a new directory:
git clone [email protected]:mrseanbaines/react-starter.git your-project-name
# 2. Change directories into your new project:
cd your-project-name
# 3. Install dependencies:
npm i
# 4. Run the app:
npm start
View the project at http://localhost:8080/