https://github.com/meyashtiwari/node-react-app
This is a demo MERN stack application.
https://github.com/meyashtiwari/node-react-app
Last synced: 7 months ago
JSON representation
This is a demo MERN stack application.
- Host: GitHub
- URL: https://github.com/meyashtiwari/node-react-app
- Owner: meyashtiwari
- Created: 2022-09-19T13:27:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T13:27:55.000Z (about 3 years ago)
- Last Synced: 2025-01-12T03:32:33.401Z (9 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with this Project
This project is based on the MERN stack and has two parts.
You have to run npm install in root directory as well as frontend directory.
Create .env file from the .env.example file.## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the backend in the development mode.\
Open [http://localhost:8000](http://localhost:8000/api).### `npm client`
Launches the frontend app in development mode.\
Open [http://localhost:3000](http://localhost:3000).### `npm run dev`
Launches both frontend and backend concurrently.