The repository is organized into two folders:
- starter/: Contains the basic project architecture to allow you to follow the tutorial step by step.
- final/: Contains the complete final version of the project.
1. Clone this repository:
git clone https://github.com/samueljarry/codrops-tutorial-grid.git
cd codrops-tutorial-grid2a. To work with the starter folder:
cd starter && npm i && npm run dev2b. To explore the final version:
cd final && npm i && npm run dev