Skip to content

mirmak4/movie-app

 
 

Repository files navigation

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/movies-app
cd movies-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.

About

Movie App for the "Mocking REST and GraphQL APIs with MSW" course on Egghead.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.8%
  • JavaScript 15.5%
  • CSS 2.7%