A mini project to put to practice what I learnt in the Frontend masters JavaScript the new hard parts.
This project will query different APIs to get interesting daily security tech news aggregated in a simple dashboard, to make it easier to keep track of security news.
-
Clone the repo:
git clone [email protected]:cfereday/security-news-dashboard.git
-
Use the correct version of Node:
nvm install v15.0.1
-
Install the dependencies:
npm install
-
Webpack build:
npm run build
-
Start the app locally: First start the express app backend:
cd src/api
npm start
The responses from the API can be found onlocalhost:3000
Second start the React frontend:
npm run start:dev
This will start the dashboard on localhost:9000
& display the repsonses from the APIs called in the express app
- Navigate to the localhost url:
http://localhost:9000/