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

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

Awesome Lists containing this project

README

        

# MERN Boilerplate ยท [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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)