Skip to content

caglarturali/hitlify

Repository files navigation

Create custom hit counters with ease!


What is this?

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. :)

Details

The project uses Svelte as the frontend technology. If you're not sure what it is, go check out, you will not regret it.

Running a local copy

  • 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.

Deployment details

This project uses static builder along with GitHub integration from Zeit now platform to take advantage of the automatic build/deploy process.