Skip to content

TypeScript React app template

License

Notifications You must be signed in to change notification settings

ink8bit/ts-react-app-template

Repository files navigation

TypeScript React app

Node.js CI

Template repo for creating React apps with TypeScript.

Getting started

nvm use && npm i

Development

npm run dev

Build

npm run build

How to contribute

Please refer to CONTRIBUTING.md.

Semantic Versioning

This project follows semantic versioning. I release patch versions for critical bugfixes, minor versions for new features or non-essential changes, and major versions for any breaking changes.

Built with