https://github.com/scya597/react-express-boilerplate
My Boilerplate - ReactJs + NodeJs + Express + webpack
https://github.com/scya597/react-express-boilerplate
boilerplate express nodejs project react webpack
Last synced: 3 months ago
JSON representation
My Boilerplate - ReactJs + NodeJs + Express + webpack
- Host: GitHub
- URL: https://github.com/scya597/react-express-boilerplate
- Owner: Scya597
- License: mit
- Created: 2017-10-24T01:01:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T01:04:41.000Z (over 7 years ago)
- Last Synced: 2025-01-23T15:50:02.919Z (5 months ago)
- Topics: boilerplate, express, nodejs, project, react, webpack
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Boilerplate ยท [](http://makeapullrequest.com)
> ๐ โจ The Boilerplate I create to build app with ReactJS + NodeJS + Express + webpack## 0. Table of Contents
- [Setup Boilerplate](#1-setup-boilerplate)
- [Production](#2-production)
- [Supported Config](#3-supported-config)## 1. Setup Boilerplate
```
git clone https://github.com/Scya597/React-Express-Boilerplate.git
npm install
```## 2. Production
```
npm run build
npm start
```## 3. Supported Config
- [json-loader](https://github.com/webpack-contrib/json-loader)
- [sass-loader](https://github.com/webpack-contrib/sass-loader)
- [css-loader](https://github.com/webpack-contrib/css-loader)
- [style-loader](https://github.com/webpack-contrib/style-loader)
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)
- [webpack-bundle-analyzer](https://github.com/robertknight/webpack-bundle-size-analyzer)
- [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard)
- [babel-preset-env](https://github.com/babel/babel-preset-env)
- [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)