Table of Contents
This is a sample web project that aims to help the viewer get latest news from different sources as fast as possible without a need to click or search anything.
- npm
npm install npm@latest -g
- angular
npm install -g @angular/cli
- go
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz $ export PATH=$PATH:/usr/local/go/bin
- Clone the repo
git clone https://github.com/okankonur/hermex.git
- Install go and angular if you haven't then build and run
cd hermex/rss-ui ng build -c production cd .. go build . ./hermex
Distributed under the MIT License. See LICENSE.txt
for more information.