/ReactSimple

Simple starter for React with Babel support

Primary LanguageJavaScriptMIT LicenseMIT

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