Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 749 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 749 Bytes

Live view

https://misty-feather-4274.fly.dev/

Project Setup in brief

  1. Clone Repo
 git clone https://github.com/mishrasur7/blog-list-app-fullstack.git
  1. Navigate and install dependencies in the project

    Split the terminal, navigate and install dependencies

cd blog-list-app-fullstack
cd client
then run: npm install
cd server 
then run: npm install
  1. Start developing project
    Run server with cmd: npm run dev
    Run client with cmd: npm run start

Your site is now running at http://localhost:3000

If you want to test the application please register and login with your user credentials!

Enjoy!!!