GitHunt
AL

alexbaluhin/react-simple-starter

Simple web-starter with React.

About

This starter was created in purpose to make simple and fast deploy with React application. Starter was made on Create React App base.

Starter include:

  • Webpack bundler with already defined development and production configurations
  • Less pre-proccessor loader
  • ESLint
  • Babel
  • Polyfills (till IE9)
  • etc

Future plans:

  • React Hot Reload support (webpack hot modules for fast reloads)
  • React application pre-defined structure (core, features, modules, etc)
  • React Router

If you have suggestions on starter improvement or concerns, please feel free to open a new issue.

Usage

First of all, install dependencies using

npm install

Then there is several possible commands

npm start - for development

npm run build - for production

npm run lint - launch eslint on project

Production builds are placed in build directory.

Contributors

GNU General Public License v3.0
Created January 13, 2018
Updated January 28, 2023