To verify those tools and their versions, you can run this:
node --version
npm --version
You can use this repository to follow along the lessons. If you wish so, start by cloning the repository:
git clone https://github.com/kettanaito/movie-app
cd movie-app
npm install
Once you're set, start the application by running this command:
npm run dev
You can checkout the completed
branch to view the state of the application at the end of the course. Feel free to use that as a reference or as a complete example.
git checkout completed
If you have any questions while working through the course, or would like to share any feedback, please do so in my Discord server.