papadavis47 / hit-counter

Second Next exercise from Comeau React course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Note: Unlike create-react-app, we need to run the dev command, not start. The start command is used to run a production server; we'll learn more about that later in the course.

About

Second Next exercise from Comeau React course

License:Other


Languages

Language:CSS 51.2%Language:JavaScript 48.8%