Skip to content

RLukasevic/barb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barbora Clone

App was created to improve CSS and page-landing skills, as well as trying to make mobile-friendly design with media queries.

How to run this project

First of all, you can view this project in action by clicking this github-pages link.

If you want to run it on your localhost, follow the steps below :

Installing npm

If you dont have Node.js and node package manages also known as 'npm', you'll need to install it first. You can do it by download it from official website and installing it on your machine.

To check if everything is working properly, you can open command prompt and type in npm -v and node -v.

step 1

Clone this repository

step 2

Open command prompt and run cd replace-with-path-to-the-project-folder command. (example cd C:/Users/user/desktop/project-folder/)

Path to the folder now should be shown before your input marker. Enter npm install . in the command prompt and hit Enter. This should install all modules this project is dependent on.

step 3

When dependencies are installed, you can run npm start command. Local server will set up, and browser tab with the localhost:port link opened.

You can use the app now.

Releases

No releases published

Packages

No packages published