Skip to content

ReactJS front-end login starter. With register, log in, log out and protected pages.

Notifications You must be signed in to change notification settings

codemzy/react-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-login

This is a starter react app with a log in, register and log out components pre-built. You can demo it here.

On the demo, enter any email and password to log in or register. Your details won't be saved. It's just the front end, so all the api calls in src/app/api/user.js are dummy calls, wire it up to a real api for your projects. I usually use axios for api requests, but anything can be used. If you are thinking about using firebase, check out my other project react-firebase-auth.

I've used bootstrap v4 but this can be replaced with another framework or custom css.


Get Started

npm run start

Will build a dev bundle and start the dev server.

npm run build

Will build a production bundle.


Dependencies

About

ReactJS front-end login starter. With register, log in, log out and protected pages.

Resources

Stars

Watchers

Forks

Packages

No packages published