https://github.com/jgudo/react-webpack-boilerplate
react starter boilerplate with webpack
https://github.com/jgudo/react-webpack-boilerplate
boilerplate react-boilerplate react-webpack react-webpack-boilerplate webpack
Last synced: 4 months ago
JSON representation
react starter boilerplate with webpack
- Host: GitHub
- URL: https://github.com/jgudo/react-webpack-boilerplate
- Owner: jgudo
- Created: 2018-12-24T12:25:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T01:00:07.000Z (over 2 years ago)
- Last Synced: 2024-11-14T23:34:00.010Z (6 months ago)
- Topics: boilerplate, react-boilerplate, react-webpack, react-webpack-boilerplate, webpack
- Language: JavaScript
- Homepage:
- Size: 3.72 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React With Webpack Boilerplate
### Version
1.2.0### Installation
Install the dependencies
```sh
$ npm install
```
Yarn
```sh
$ yarn install
```### Run the development server
Dev server is now ready and can be accessed in browser in```sh
$ npm run dev-server
```