Starter code for a clean Next.js + TypeScript + ESLint project.
# Install dependencies
yarn
# Start dev server
yarn dev
# Start tests (or yarn test --watch for watch mode)
yarn test
# Lint (the dot is important)
yarn lint .
Using this NextTS Boilerplate and https://api.spacex.land/graphql/ :
Create a homepage that list the 3 last Space X Launch.
Each of them has a link to a detail page with those properties :
- Mission Name
- Launch Date
- Rocket Name
- An embedded videa of the launch
Just fork this repository, and commit your code in your own github repository:)