An application built with React to keep users in the loop on latest updates and features.
In your terminal:
- Clone the repository
- Use
npm install
to install dependencies - Use
npm run start
to start the client-side server onhttp://localhost:3000
- In a separate terminal tab, use
node server.js
to start the Express server onhttp://localhost:5000/api/alerts