Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

diogocp/stacktrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacktrends

You will need npm to build the project.

To install the project dependencies, run

npm install

To build the project and start an HTTP server, run

npm run dev

The application will then be available at http://localhost:8080. As long as you leave the npm run dev process running, the project will be rebuilt automatically whenever a file is changed.