Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 265 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 265 Bytes

Portfolio

Setup

Make sure to install the dependencies:

npm install

Run it locally

Start the server on http://localhost:3000:

npm run start

Production

Build the application for production:

npm run build