This is the first ever webpage (portfolio I made), fully made by pure: HTML5, CSS3 and JS. I updated it a little bit some time ago, creating a little express server, only to serve the files staticly from a NodeJS server.
Must have: Node.Js installed
git clone https://github.com/Vicg853/Old_portfolio.git
cd ElectionsCVL2020
_In case you downloaded and extracted the Zip file_
```cd [download repository path]/Old_portfolio```
Then use NPM package manager to download dependencies and run the project...
npm install
To run it, do...
npm install
npm run start
...Just access Localhost 3001.
- Express.js Node.js Web server framework, version 4.17.1