Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixelmatters/setup-project-demo

How to set up a Front-End project with Vite, React, and TypeScript
https://github.com/pixelmatters/setup-project-demo

Last synced: about 2 months ago
JSON representation

How to set up a Front-End project with Vite, React, and TypeScript

Awesome Lists containing this project

README

        

# Setup Project Demo

Demo project for the [How to set up a Front-End project with Vite, React, and TypeScript](https://blog.pixelmatters.com/blog/how-to-set-up-a-front-end-project-with-vite-react-and-typescript) blog post.

## Demo

You can see this project deployed to Cloudflare Pages!

Link:

## Run Locally

Clone the project

```bash
git clone https://github.com/Pixelmatters/setup-project-demo
```

Go to the project directory

```bash
cd setup-project-demo
```

Install dependencies

```bash
npm install
```

Start the development server

```bash
npm run dev
```