https://github.com/codegoalie/webpack-babel-template
Quick lil template for webpack, babel, react setup
https://github.com/codegoalie/webpack-babel-template
Last synced: 29 days ago
JSON representation
Quick lil template for webpack, babel, react setup
- Host: GitHub
- URL: https://github.com/codegoalie/webpack-babel-template
- Owner: codegoalie
- Created: 2019-07-25T00:03:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T09:37:56.000Z (about 3 years ago)
- Last Synced: 2025-07-12T05:39:02.393Z (8 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Babel React template
This repo is a template to use as a super basic starting point for a React app.
## How to use
1. Clone the repo
1. Rename the directory to your project directory
1. `git remote remove origin`
1. Create your new remote repo
1. `git remote add origin git@place.where.your.project/is.git`
1. Push to new remote
1. ???
1. Profit!
## How to run
Run the dev server with:
```bash
npm start
```
Make a production build with:
```bash
npm run build
```