/timers-fullstack-

training project with Node.js sever and data stored in .json text file

Primary LanguageJavaScript

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