Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrseanbaines/react-starter

React starter template with boilerplate setup and tooling configured
https://github.com/mrseanbaines/react-starter

babel es6 eslint javascript prettier react starter template webpack

Last synced: about 2 months ago
JSON representation

React starter template with boilerplate setup and tooling configured

Awesome Lists containing this project

README

        

# React starter template

React starter template with boilerplate setup and tooling configured

## Setup

Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.

To get started, run the following commands:

> _**NOTE:** You can copy and paste the list of commands together or run them individually_

```sh
# 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/