https://github.com/qbatch/express-react-redux-boilerplate
https://github.com/qbatch/express-react-redux-boilerplate
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qbatch/express-react-redux-boilerplate
- Owner: qbatch
- Created: 2020-01-23T12:33:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:54:29.000Z (over 3 years ago)
- Last Synced: 2025-05-21T07:44:23.610Z (about 1 year ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-react-redux-boilerplate
An MERN stack boilerplate code.
# Getting Started
Clone the project and in the root directory run
```bash
npm i
touch .env
```
These are the environment variables. Set them according to your preference
```bash
NODE_ENV
SERVER_PORT
CLIENT_PORT
DB_CONNECTION_URL
AUTH_SECRET
MAILER_HOST
MAILER_PORT
APP_SUPPORT_EMAIL
SUPPORT_EMAIL_PASSWORD
APP_URL
APP_NAME
REDIS_HOST
REDIS_PORT
```
Now the project can be started by running
```bash
npm start
```
# Bonus Tip
For better experience install [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [EditorConfig for VS Code
](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)