1.0.1 • Published 4 years ago

create-seereact v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

SeeReact - Create-Seereact Boilerplate

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

Usage with npx

npx create-seereact MyReactApp

Then cd to your MyReactApp

Install globally

npm install -g create-seereact

Creating a New Boilerplate

create-seereact MyReactApp && cd MyReactApp