These are the minimum requirements for the project setup:
Open your preferred command line tool and run follow some steps below:
git clone https://github.com/ninhva/react-boileplate.git.cd react-boileplate.npm installautomatically to install plugins required for the build script based inpackage.jsonfile.npm run devto preview and development. This command auto run urlhttp://localhost:3000in your browser.npm run buildto build final version.
react-boilerplate/
├── src/
│ ├── actions
│ ├── api
│ ├── assets
│ │ ├── fonts
│ │ ├── images
│ │ └── styles
│ ├── components
│ │ ├── layout
│ │ ├── modules
│ │ └── pages
│ ├── constants
│ ├── reducers
│ ├── routes
│ └── index.html
│ └── index.js
└── package.json