https://github.com/angelhtml/react_singup_project
MERN Stack sing-up and login project with using JWT authentication and WebPack for server ✔
https://github.com/angelhtml/react_singup_project
angelcodestyle chakraui expressjs jsonwebtoken jwt jwt-authentication login-system mern-project mern-stack mern-stack-development react reactjs validator webpack webpack-dev-server
Last synced: 3 months ago
JSON representation
MERN Stack sing-up and login project with using JWT authentication and WebPack for server ✔
- Host: GitHub
- URL: https://github.com/angelhtml/react_singup_project
- Owner: angelhtml
- Created: 2023-08-07T13:45:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T14:05:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T19:48:32.764Z (4 months ago)
- Topics: angelcodestyle, chakraui, expressjs, jsonwebtoken, jwt, jwt-authentication, login-system, mern-project, mern-stack, mern-stack-development, react, reactjs, validator, webpack, webpack-dev-server
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with React Signup project 📜
This project was bootstrapped with [Create React App](https://github.com/facebook/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](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