movie-app
movie-app copied to clipboard
Movie App for the "Mocking REST and GraphQL APIs with MSW" course on Egghead.
Mock REST and GraphQL APIs with Mock Service Worker
System requirements
To verify those tools and their versions, you can run this:
node --version
npm --version
Setup
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
Viewing the complete course
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
Questions & feedback
If you have any questions while working through the course, or would like to share any feedback, please do so in my Discord server.