# React, Vite and TypeScript: Get started in under 2 minutes

DevFeed: [React, Vite and TypeScript: Get started in under 2 minutes](<https://devfeed.tech/articles/react-vite-and-typescript-get-started-in-under-2-minutes-21445.md>)

Original publisher: [Read original article](<https://nx.dev/blog/react-vite-and-typescript-get-started-in-under-2-minutes>)

Author: Juri Strumpflohner

Published: 2023-01-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code-generation](<https://devfeed.tech/tags/code-generation.md>), [development](<https://devfeed.tech/tags/development.md>), [nx](<https://devfeed.tech/tags/nx.md>), [react](<https://devfeed.tech/tags/react.md>), [routing](<https://devfeed.tech/tags/routing.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tools](<https://devfeed.tech/tags/tools.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [unit-testing](<https://devfeed.tech/tags/unit-testing.md>), [vite](<https://devfeed.tech/tags/vite.md>)

## AI overview

A tutorial showing how to create a standalone React application with Vite and TypeScript using Nx. It covers scaffolding, project structure, running the application, and Nx targets, while noting built-in support for testing, linting, formatting, code generation, routing, and modularization.

## Source excerpt

Learn how to quickly set up a modern React application with Vite and TypeScript using Nx, featuring built-in testing, linting, and development tools.