Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 397 Bytes

Setup

To run this project, install it locally using npm:

$ cd ucsc-official-ieee
$ npm install
$ npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Runs local json server

$cd ucsc-official-ieee
$npm i json-server
$json-server --watch ./src/components/Landing/JSONData/newsitems.json --port 8000