A website that shows the latest news from different sources using a custom API.
-
Install packages with
npm install
oryarn install
command -
Start project in development mode with
npm run dev
oryarn dev
command -
Build for production with
npm run build
oryarn build
command