Skip to content

NikitaKovalenko111/it-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT News

That's my simple project that lets users find news from the world of it. I was making it for about a week 2 hours a day.

Technologies

The stack of techologies is very simple... The application is made on React + Redux using TypeScript.

Other libraries:

  • axios
  • redux-saga
  • react-router-dom
  • reselect

Running on localhost and deployment to server

To run this project on localhost you need to run yarn start command

To deploy this project to server you need to have VPS (VDS) server with installed utilities (nvm, nginx and etc...) on it. Then, you need to clone this repository to your server and build it there running yarn build command. Finally, you need to move build folder to the folder that you set in your nginx config (usually it is /var/www folder) and that's all!