Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 299 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 299 Bytes

MERN app

Testing MERN Stack

Usage

Rename the .env.example to .env and set proper values

Install dependencies

# Backend deps
yarn install

# Frontend deps
cd frontend
yarn install

Run Api Sever

yarn run server

Run frontend Sever

cd frontend
yarn start