Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaruelle/tagon-web
https://github.com/amaruelle/tagon-web
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amaruelle/tagon-web
- Owner: amaruelle
- Created: 2024-11-29T16:28:15.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:30:48.000Z (24 days ago)
- Last Synced: 2024-11-29T17:31:15.532Z (24 days ago)
- Language: TypeScript
- Homepage: replit.com/@bobbinnoble0z/tagon-web
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running React on Replit
[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.
[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.
### Getting Started
- Hit run
- Edit [App.tsx](#src/App.tsx) and watch it live update!By default, Replit runs the `dev` script, but you can configure it by changing the `run` field in the [configuration file](#.replit). Here are the vite docs for [serving production websites](https://vitejs.dev/guide/build.html)