Skip to content

A starter kit for developing web applications with TypeScript and Next

License

Notifications You must be signed in to change notification settings

llorca/typescript-next-starter

Repository files navigation

TypeScript Next Starter

A starter kit for developing web applications with TypeScript and Next.

Installation

Clone this repository and delete the Git history:

git clone https://github.com/llorca/typescript-next-starter && rm -rf typescript-next-starter/.git

Search for the TNS_CONFIG string in the project, then replace each occurrence with your desired configuration.

Initialize as a new repository:

git init

Install the dependencies:

npm install

Usage

Start the Next development server:

npm run dev

Commit changes with Commitizen:

npm run commit

Export a static React application:

npm run export

License

MIT

About

A starter kit for developing web applications with TypeScript and Next

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published