Skip to content

qbatch/express-react-redux-boilerplate

Repository files navigation

express-react-redux-boilerplate

An MERN stack boilerplate code.

Getting Started

Clone the project and in the root directory run

npm i
touch .env

These are the environment variables. Set them according to your preference

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

npm start

Bonus Tip

For better experience install ESLint and EditorConfig for VS Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages