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

https://github.com/qbatch/express-react-redux-boilerplate


https://github.com/qbatch/express-react-redux-boilerplate

Last synced: 9 months ago
JSON representation

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)