Skip to content

lmProgramming/web-personal-portfolio

Repository files navigation

web app

simple personal portfolio site

Setup and Development

Installation

npm install

Build (Compile TypeScript)

npm run build

Running

npm start

Docker Build

docker build -t node-web-app .
docker run -p 8080:8080 -d node-web-app

Vercel

If you don't have vercel, install it

npm install -g vercel

and then to update vercel serverless version

vercel

And to deploy to production

vercel --prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors