Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrseanbaines/react-starter
- Owner: mrseanbaines
- Created: 2019-01-22T20:49:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:11:33.000Z (about 2 years ago)
- Last Synced: 2023-02-26T21:02:49.442Z (almost 2 years ago)
- Topics: babel, es6, eslint, javascript, prettier, react, starter, template, webpack
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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/