Ecosyste.ms: Awesome
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 month ago
JSON representation
scaffolding for all project
- Host: GitHub
- URL: https://github.com/behnammodi/react-scaffolding
- Owner: behnammodi
- License: mit
- Created: 2018-12-07T15:05:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T17:40:15.000Z (over 5 years ago)
- Last Synced: 2024-04-14T04:01:07.754Z (7 months ago)
- Topics: javascript, react, reactnative
- Language: JavaScript
- Size: 342 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 caseENV
- key ```APP_ENV``` for set in script
- production env is ```'production' ```
- development env is ```'development'```
- check env with ```process.env.APP_ENV```