Movie Search build with React and OMDB API
- NextJS
- Typescript
- React Query
- Redux
- Rematch
- Chakra UI
- React Testing Library
- Jest
1. Update Environment
- Copy
.env.example
to new file.env
- Grab Api key from https://www.omdbapi.com and update API_KEY
2. To get started, first install all the necessary dependencies.
$ yarn install
3. Start the development server
$ yarn dev
Open http://localhost:3000/ with your browser to see the result.
dev
: runs your application onlocalhost:3000
build
: creates the production build versionstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagestest
: runs jest to test all components and pagestest:watch
: runs jest in watch mode
Sastra Nababan