/SeeReact-React-Boilerplate

The Simple Scaleable Boilerplate For ReactJS - Using Babel 7 and Webpack 4

Primary LanguageJavaScriptMIT LicenseMIT

SeeReact - React Boilerplate 2020

The Simple Scaleable Boilerplate For React

This boilerplate is already configured for react app with Babel, webpack and eslint but you still can easily configure it in your own way.

Additional Features

  • React Redux is implemented along with its Middleware
  • A live development server that warns about common mistakes.
  • A build script to bundle JS, CSS, and images for production
  • CSS/SASS/SCSS ready to use

Qucik Start

npm install

Install the dependencies.

npm start

Runs the app in development mode.

npm run build

Builds the app for production to the build folder.

License

MIT License