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 install
automatically to install plugins required for the build script based inpackage.json
file.npm run dev
to preview and development. This command auto run urlhttp://localhost:3000
in your browser.npm run build
to 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