/timer_App_ReactJS

Contains a pseudo-CRUD webapp which allows users to add,update and delete timers which run in background.

Primary LanguageCSS

Running the app

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Install all dependencies:
npm install
  1. Boot the HTTP server
npm run server

The server is now running at localhost:3000

timer_App_ReactJS