Configure NodeJS with version 18 lts.
nvm install --lts
nvm use --lts
To clone this repository just copy and run this command in your terminal.
git clone https://github.com/wilop/news-cover-client.git
Add a list of dependencies used in project here.
- react
- react-dom
- react-router-dom
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.
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.
It colud be achieve by adding Boostrap, Bulma or another framework.
Add a checklist of things to do in this section.
- Definition of styling framework
- Another thing to do