/mern-auth

User Authentication Template

Primary LanguageJavaScript

MERN Authentication

Set environment variables

Set environment variables in .env file inside sever folder. Follow .env.example to set variables

Available Scripts

Install dependencies for both client and server

npm install
cd client && npm install
cd server && npm install

In the project directory, you can run:

npm run dev