1.0.4 • Published 3 years ago

react-boiler-custom v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Boiler Custom

React Boiler Custom is a Nodejs utility Package which helps create a Minimal React Application using Webpack and Babel.

Usage

  • There are 2 ways you can use this package:

    1. Install then Run:
      npm install --save-dev react-boiler-custom
      react-boiler-custom [appname] [authorname]
    2. Run without Install:
      npx react-boiler-custom [appname] [authorname]
  • Post App Creation follow these steps:

    cd <appname>
    npm install

    Finally Run npm start to start a Development Server or Run npm run build to Build the App for Production.