1.0.3 • Published 2 years ago

create-mern-login-starter v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Built On MongoDB , Express , React , NodeJs (MERN) 🍔

You Can Easily Use It As Template For Projects With Login Access For It's Scalable Folder Structure 📁

Login Page Is Fully Responsive With All Devices . 📱

  • MaterialUi For Design 🎨
  • Redux For State Management 💾
  • Axios For HTTP Calls 💬
  • JWT For Token Authentication

To Install Package Globally

npm i -g create-mern-login-starter

To Create Starter Project

npx create-mern-login-starter <Project Name>
  • Backend api URL in => client/src/api/index.js
  • GOOGLE_CLIENT_ID for google authentication => client/src/components/Login/Login.js
  • PORT for express server => server/.env
  • CONNECTION_URL for mongodb => server/.env

Star This Repository If You Found It Usefull⭐