React JS boilerplate/starter
The folder of src
arranged as:
├── src
│ ├── assets # assets (such as fonts, image, sound & etc)
│ ├── lib # custom library
│ ├── config # configuration
│ ├── redux
│ │ ├── actions # redux actions
│ │ └── reducers # reducers (redux)
│ ├── routes # routing navigation
│ ├── screens # screen pages
│ │ ├── common # common component
│ │ └── ... # screen
│ ├── themes # theme styling (for future)
│ └── index.js
├── ...
│
To create new project using this, you need to copy/clone this to your local.
$ git clone https://github.com/sunaryohadi/ReactSail.git MyApp
After rename, you have to install first. This project created using yarn.
$ yarn install
$ yarn start
If you feel this is useful, please consider to buy me a cup of coffee or two.