https://github.com/harshmakadia/react-webpack
React bolierplate from scratch without using create-react-app
https://github.com/harshmakadia/react-webpack
babel-loader bablejs html-webpack-plugin reactjs webpack webpack-cli webpack-dev-server
Last synced: 8 months ago
JSON representation
React bolierplate from scratch without using create-react-app
- Host: GitHub
- URL: https://github.com/harshmakadia/react-webpack
- Owner: Harshmakadia
- Created: 2019-02-10T17:20:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T11:17:10.000Z (about 7 years ago)
- Last Synced: 2025-03-03T03:24:56.380Z (12 months ago)
- Topics: babel-loader, bablejs, html-webpack-plugin, reactjs, webpack, webpack-cli, webpack-dev-server
- Language: JavaScript
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Webpack Starter
> This is a boilerplate for React 16 & Webpack 4. It includes webpack-dev-server and a build script
> Checl live demo here - https://harshmakadia.github.io/react-webpack/
## Quick Start
``` bash
# Install dependencies
npm install
# Serve on localhost:3000
npm start
# Build for production
npm run build
```
## App Info
### Author
Harsh Makadia
### Version
1.0.0