- Fork this repository -> You now have a copy in your Github account
- Open with Github Desktop and clone to your local machine -> you now have a copy on your personal computer
- Open with VS Code
- Open a terminal session in VS Code
- Run
npm install
-> this installs the project dependencies - This module is split into multiple lesson files. Use
npm run test:local-#
where#
is the number of the lesson you want to run. For example, to run the first lesson, runnpm run test:local-0
. To run the second lesson, runnpm run test:local-1
, and so on.
- Watch the video to code along and build out a basic app in Webflow using Xano as a backend.
- All solutions are in the
solutions
branch of this repository. To view the solutions, switch to thesolutions
branch (bottom left VS Code).
- If the
solutions
branch is not visible in the branch dropdown, you may not have included it when you forked the repo. To add it, follow these steps: - In the Source Control sidebar (three circles connected by lines icon), you can click on the "..." (more options) button.
- Click on "Fetch" to fetch all branches from your fork.
- Once the fetch is complete, you can switch between branches using the branch switching feature in the bottom left corner of the VS Code window. You may be able to see remote branches there, including branches from the original repository.