An open API service indexing awesome lists of open source software.

https://github.com/behnammodi/react-scaffolding

scaffolding for all project
https://github.com/behnammodi/react-scaffolding

javascript react reactnative

Last synced: about 1 year ago
JSON representation

scaffolding for all project

Awesome Lists containing this project

README

          

## React Scaffolding

Guide
- all file and folder name lower case
- all file and folder name separate with dash (-)
- all enum name upper case

ENV
- key ```APP_ENV``` for set in script
- production env is ```'production' ```
- development env is ```'development'```
- check env with ```process.env.APP_ENV```