https://github.com/remarkablemark/vite-vanilla-ts-template
Vite vanilla-ts template
https://github.com/remarkablemark/vite-vanilla-ts-template
template ts typescript vanilla vite
Last synced: 2 months ago
JSON representation
Vite vanilla-ts template
- Host: GitHub
- URL: https://github.com/remarkablemark/vite-vanilla-ts-template
- Owner: remarkablemark
- License: mit
- Created: 2023-08-27T19:42:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T00:29:54.000Z (2 months ago)
- Last Synced: 2025-04-11T05:15:00.405Z (2 months ago)
- Topics: template, ts, typescript, vanilla, vite
- Language: TypeScript
- Homepage: https://remarkabl.org/vite-vanilla-ts-template
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-vanilla-ts-template
[](https://github.com/remarkablemark/vite-vanilla-ts-template/actions/workflows/build.yml)
[](https://codecov.io/gh/remarkablemark/vite-vanilla-ts-template)Vite `vanilla-ts` template.
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/vite-vanilla-ts-template.git
cd vite-vanilla-ts-template
```Install the dependencies:
```sh
npm install
```## Run
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://127.0.0.1:5173](http://127.0.0.1:5173) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
### `npm run lint`
Runs ESLint
### `npm test`
Runs Jest tests.
## License
[MIT](LICENSE)