Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.17 KB

Readme.md

File metadata and controls

53 lines (39 loc) · 1.17 KB

News Cover Client

Getting Started

Configure NodeJS with version 18 lts.

nvm install --lts
nvm use --lts

Clone repository

To clone this repository just copy and run this command in your terminal.

git clone https://github.com/wilop/news-cover-client.git

Install dependencies

Add a list of dependencies used in project here.

  • react
  • react-dom
  • react-router-dom

Install NodeJS packages

To install dependencies just copy and run this command in your terminal.

npm install

To install additional dependencies just run npm install package in your terminal and add it to previous list.

WorkTree

Add directories and a short description here.

public:
This directory contains resources like icons and logos.

src/components:
This directory contains components for rendering in pages.

src/pages:
This directory contains pages for routes.

src/hooks:
This directory contains hooks.

Style

It colud be achieve by adding Boostrap, Bulma or another framework.

TODO

Add a checklist of things to do in this section.

  • Definition of styling framework
  • Another thing to do