Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softchris/react-starter-project

Starter project for React using Webpack and Babel
https://github.com/softchris/react-starter-project

javascript react reactjs

Last synced: 16 days ago
JSON representation

Starter project for React using Webpack and Babel

Awesome Lists containing this project

README

        

# React minimal starter project

This is a starter for a React project. It's as minimal as it gets and uses Webpack and Babel

![React logo](react.png)

## Use

1. Clone this project

1. Run `npm install`:

```bash
npm install
```

1. Run `npm start`:

```bash
npm start
```

This will launch a web server with HMR at **http://localhost:8080**.

1. Your React is at `src/index.js`, edit away :)

## Tutorial

If you want a tutorial on how to build this starter, check out this link:

> https://github.com/softchris/react-book/blob/master/1-basics/setup.md#do-it-yourself

Also check Robin's tutorial, from which the above tutorial was inspired

> https://www.robinwieruch.de/minimal-react-webpack-babel-setup/#react-with-webpack