Skip to content
/ react-starter Public template

React starter template with boilerplate setup and tooling configured

Notifications You must be signed in to change notification settings

mrseanbaines/react-starter

Repository files navigation

React starter template

React starter template with boilerplate setup and tooling configured

Setup

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/

About

React starter template with boilerplate setup and tooling configured

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published