This Is The Quickest Way To Make Web Applications

Manpreet Singh
2 min readJul 7, 2022

Welcome back! Web development is an awesome skillset to have nowadays, so, let’s take a look at one of the quickest ways to make a web application! This specific method is by using the create-t3-app, this is a self proclaimed “Quickest way to start a new web app”, here is a link to their GitHub repository:

You can also check out their website as well:

Getting started with this project is very easy, you can install this using the following npm command:

npx create-t3-app@latest

You can also use the following yarn command as well:

yarn create t3-app

This specific project uses the T3 stack, this stack consists of the following languages/frameworks:

--

--