This repository contains the complete and functioning code for the following challenge: Dev Challenge
- Clone the repository to your machine.
- Inside the command console, enter:
npm install
- Once the dependencies are installed, enter:
npm run compile:ts
# to compile the .liquid file.
- Then enter the command:
node esbuild.js
# to compile and create the js file from Preact.
- Lastly, enter:
npm run dev
# to start the project.