karrtopelka / ralabs-test-krrtp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karrtopelka weather app 🌩

Karrtopelka weather is the test task for me from Ralabs link to demo

Installation

Open the console and locate into your folder (for example):

D:\ralabs-clone>

Then type:

git init

You should see a message like:

Initialized empty Git repository in D:/ralabs-clone/.git/

Type (copy-paste):

git clone https://github.com/karrtopelka/ralabs-test-krrtp.git

πŸŽ‰ You successfully cloned git repo!🎊

Usage

Navigate to cloned folder:

cd ralabs-test-krrtp

And now you need to install all missing packages from package.json. So you simply need to type:

npm install

It takes a while, but when downloading is completed, you can type:

yarn start

And you're welcome! 😊

If you're using VSCode, go to your shell, hit Ctrl + C, and then write:

code .

Hope it helps.

About


Languages

Language:JavaScript 93.2%Language:HTML 4.1%Language:CSS 2.7%