Skip to content

Latest commit

 

History

History
executable file
·
57 lines (38 loc) · 1.38 KB

README.md

File metadata and controls

executable file
·
57 lines (38 loc) · 1.38 KB

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