Vicg853 / Old_portfolio

Old personal portfolio

Home Page:https://victorgomez.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My first webpage

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.

Installation

First, let's download the project

Must have: Node.Js installed

With git clone the repository (or download and extract the zip file)
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
Now you should be able to access the project on your brwoser...

...Just access Localhost 3001.


Technologies used

  • Express.js Node.js Web server framework, version 4.17.1

About

Old personal portfolio

https://victorgomez.dev/

License:GNU General Public License v2.0


Languages

Language:JavaScript 58.5%Language:HTML 19.8%Language:CSS 13.6%Language:SCSS 4.2%Language:Less 3.8%Language:Ruby 0.1%