Skip to content

MERN Stack sing-up and login project with using JWT authentication and WebPack for server ✔

Notifications You must be signed in to change notification settings

angelhtml/React_singup_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React Signup project 📜

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm i

install the packeges

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

running the server

In server folder you should install the modules

npm i

run the dev server (server will run in http://localhost:3001)

npm run dev

deploy the server with webpack

npm run build

run your deploy server

npm run start

users will be save in users.json inside the server folder