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: 11 months ago
JSON representation
Starter project for React using Webpack and Babel
- Host: GitHub
- URL: https://github.com/softchris/react-starter-project
- Owner: softchris
- License: mit
- Created: 2021-01-20T13:59:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T19:38:59.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:37:18.381Z (over 1 year ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 761 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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