Skip to content

jesuisstan/portfolio-site-krivtsoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Documentation: portfolio-site-krivtsoff

The deployed project can be accessed at www.krivtsoff.me.
The source code with explanatory comments is available on GitHub repository.

Objective

The objective of this web project was to recreate and deploy a personal portfilio site.

Implementation

The project was implemented using Next.js React framework. The App bar was developed to be responsive, following a mobile-first approach.

How to use

A) With NPM:

Firstly install all the dependencies according to 'package.json' file:

npm install

To run the production build of the app:

  1. Install serve and let it handle the rest:
npm install -g serve
  1. Start the App:
npm run build

To run the app in the development mode:

  1. Start the App:
npm start