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

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

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