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

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.

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.