A very common and simple React application boilerplate.
This boilerplate is based on expensify application I created.
Repo link: https://github.com/canyener/expensify
-
For react, I simply use Chrome React Developer Tools extension.
-
For Redux, I use https://github.com/zalmoxisus/redux-devtools-extension
You can always check .env.example
file to see which env variables you need.
- Create env files in root directory or modify your scripts to run them properly.
- Create
.env.test
file to setup env variables for tests. - Create
.env.development
file to setup env variables for development server and database.