Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7i7o/oth-vite
Testing Othent with Vite
https://github.com/7i7o/oth-vite
Last synced: about 1 month ago
JSON representation
Testing Othent with Vite
- Host: GitHub
- URL: https://github.com/7i7o/oth-vite
- Owner: 7i7o
- Created: 2023-06-21T19:07:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-21T19:13:38.000Z (over 1 year ago)
- Last Synced: 2024-04-16T09:06:29.828Z (9 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ohtent + Vite
Testing a simple app with Othent using Vite
## Install
Clone the repo, then install deps:
`npm install`
or
`yarn install`
## Run locally
To run the server:
`npm dev`
or
`yarn dev`
and open `http://localhost:5173/`