https://github.com/shwilliam/react-webpack-boiler
⚛️ Simple Webpack setup for React development
https://github.com/shwilliam/react-webpack-boiler
eslint prettier react webpack
Last synced: 3 months ago
JSON representation
⚛️ Simple Webpack setup for React development
- Host: GitHub
- URL: https://github.com/shwilliam/react-webpack-boiler
- Owner: shwilliam
- License: mit
- Created: 2019-08-27T18:53:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T10:40:29.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:51:56.389Z (over 1 year ago)
- Topics: eslint, prettier, react, webpack
- Language: JavaScript
- Homepage:
- Size: 951 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Webpack boiler
> Minimal development & dev Webpack starter for React
## Features
- ES5 bundle output (`npm run build`)
- Webpack dev server (`npm start`)
- Code linting and style enforced by ESLint & Prettier (`npm run lint`)
## Usage
1. Install dependencies (`npm i`)
2. Start the dev server (`npm start`)
3. Hack away!
## Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the [issues](https://github.com/shwilliam/react-webpack-boiler/issues). If you wish to work on this project:
1. Fork [this project](https://github.com/shwilliam/react-webpack-boiler)
2. Create a branch (`git checkout -b new-branch`)
3. Commit your changes (`git commit -am 'add new feature'`)
4. Push to the branch (`git push origin new-branch`)
5. [Submit a pull request!](https://github.com/shwilliam/react-webpack-boiler/pull/new/master)