This is a complementary project to visitor hit counter API, from the YouTube channel Coding Garden with CJ. You can watch the entire backend creation process here. Don't forget to subscribe. :)
The project uses Svelte as the frontend technology. If you're not sure what it is, go check out, you will not regret it.
-
Clone the repo:
git clone https://github.com/caglarturali/hitlify.git && cd hitlify
-
Install the dependencies:
npm install
-
Spin up a development server (Rollup):
npm run dev
-
Navigate to localhost:5000. You should see the app running.
This project uses static builder along with GitHub integration from Zeit now platform to take advantage of the automatic build/deploy process.