Skip to content

Waleed-BS/Web_Portfolio

Repository files navigation

Web Portfolio

This website is my personal portfolio for displaying my accomplishments and my contact details.

Technologies used for this website including:

Documentation

Prerequisites

You only need Node.js installed.

Install

Git clone this repository then change your current directory.

$ git clone https://github.com/Waleed-BS/Web_Portfolio
$ cd Web_Portfolio

Install dependencies.

$ npm install

Run

Start express server In development environment:

$ npm run dev

Start express server in production environment

$ npm start

Or build and run separately.

$ npm run build
$ node app.js

License

The contents of this repository are covered under the MIT License.