Tech: React, Redux, Saga, TailwindCss
- Create .env.development and .env.production file in root folder
- Run "npm install" to install dependencies
- Run "npm start" to start the server
REACT_APP_API_URL=http://localhost:4000
REACT_APP_API_URL="https://example.com"