Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 297 Bytes

Hit Counter exercise

Your mission is to add a working hit counter to the homepage, by using database.json as the source of truth.

Running a development server

First, install the dependencies:

$ npm install

Then, start a local development server:

$ npm run dev