Skip to content

eddiesarevalo/MERN-LoginSystem

Repository files navigation

MERN Login System

A login system based on Keith the Coder's Tutorial. In this login system each computer will have its own session.

MERN-boilerplate

This is a boilerplate project using the following technologies:

Requirements

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details. Copy config/config.example.js as config/config.js Change the contents to have the correct localhost.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev

About

A simple starter MERN login system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published