Skip to content

My first experience with TYPESCRYPT: from a pre-existing Next.js project to a type casted app

Notifications You must be signed in to change notification settings

ElDav1d/worlds-rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIGRATING A NEXT.JS PROJECT INTO TYPESCRIPT EXERCISE

My first experience with TypeScript: from a pre-existing Next.js project to a type casted app.

Commits prior to #0b30f383 (Add Typescript) belong to Thu Nghiem's videotutorial [https://www.youtube.com/watch?v=v8o9iJU5hEA&feature=emb_logo]Full Project-based Tutorial - React + Next.js

Getting Started

Install:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

My first experience with TYPESCRYPT: from a pre-existing Next.js project to a type casted app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published