Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pixelmatters/setup-project-demo
- Owner: Pixelmatters
- Created: 2021-12-06T09:51:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T01:04:44.000Z (about 1 year ago)
- Last Synced: 2024-12-10T19:27:35.858Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://setup-project-demo.pages.dev
- Size: 1.24 MB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```