Skip to content

byronwall/news-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News App

Install and Deploy

For the server, install python3 and pip3. After that run command to install requirements:

pip3 install -r requirements.txt

With the server ready, go into the client folder and use yarn to run the deploy command:

yarn deploy

That will build the client, copy static files into the server, and then rsync the resulting artifacts to a server (currently byroni.us).

Once that is in place, the server runs on port 5000 after calling

python3 app.py

About

A simple news aggregator to improve news reading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published