To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/amine-tayani/svelte-grid
# Go into the repository
$ cd svelte-grid
# Install dependencies
$ npm install
# Run the app
$ npm run dev
This project was inspired by and made possible thanks to the "Svelte Fundamentals" course by Rich Harris, founder of Svelte, available on Frontend Masters. I highly recommend this course to anyone interested in learning Svelte.