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

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

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)