Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 473 Bytes

File metadata and controls

9 lines (9 loc) · 473 Bytes

Install latest version of NodeJs from https://nodejs.org/en Clone this project https://github.com/GGAshwin/BloggerLine.git cd into the project cd into client run npm install to install the dependencies cd into api run npm install to install the dependencies, do it seperately for the client applicaiton and the backend service run npm run start in client directory to start the Client React Application run npm run start in api directory to start the Backend service