8000 GitHub - dadadel/nextts: NextJS / Typescript boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ nextts Public
forked from abd-j/nextts

NextJS / Typescript boilerplate

Notifications You must be signed in to change notification settings

dadadel/nextts

 
 

Repository files navigation

Next.js with TypeScript and ESLint

Starter code for a clean Next.js + TypeScript + ESLint project.

Get started

(Clone this repository first)

# 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 .

Exercise

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 :

  1. Mission Name
  2. Launch Date
  3. Rocket Name
  4. An embedded videa of the launch

Requirements

Just fork this repository, and commit your code in your own github repository:)

About

NextJS / Typescript boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • TypeScript 11.5%
  • Shell 1.8%
0