Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Frontend Deployment for Development

example workflow

Getting Started

Install node

This project is tested with Node v14.17.3 and Node v16.14.2

Install Dependencies

npm install --legacy-peer-deps

Create .env file inside root dir

Put your credentials inside .env by following .env sample .

Start development server

npm start

Note : Build and Run Backend first by following this before building frontend .