App was created to improve CSS and page-landing skills, as well as trying to make mobile-friendly design with media queries.
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 :
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
.
Clone this repository
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.
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.