An open API service indexing awesome lists of open source software.

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 ✔

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