Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 841 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 841 Bytes

React Boiler

A basic boilerplate for React

Getting started:

> git clone https://github.com/eddiekollar/ReactSimple.git
> cd ReactSimple
> yarn install
> yarn start

What's included?

Packages:

  • React
  • Lodash
  • Babel
  • Webpack
  • Express
  • Axios

Configurations already set up:

  • Webpack
  • Express
  • Http server setup for development and production

Why not use existing boilerplate packages?

For beginners with some experience with React this project shows basic project structure and Webpack configuration. It's best to learn how to do create a minimal project and set up the build process to understand the basics before using more complex boilerplate packages.

TODO:

  • Document project directory structure
  • Document Webpack configuration details
  • Create functional demo