Skip to content

RakeshPotnuru/Portfolio-Server

Repository files navigation

Portfolio server

Development

  • Install dependencies

    npm install
  • Start development server

    (Make sure you have nodemon installed globally)

    npm install -g nodemon
    npm run dev

Or with Docker

  • Build the image

    docker-compose build
  • Run the docker image

    docker-compose up