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

https://github.com/dconco/react-webpack

Create a React project using webpack with this webpack template for React peoject.
https://github.com/dconco/react-webpack

react reactjs webpack

Last synced: about 1 month ago
JSON representation

Create a React project using webpack with this webpack template for React peoject.

Awesome Lists containing this project

README

          

# React webpack
## webpack configuration template project

- Clone Repository
- Run command "npm install"
- Serve Project with webpack development server using command "npm run dev"
- Build Project for production use "npm run build"

### Thanks for using this template.