Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/ts-vanjs-vite-boilerplate
Boilerplate for building applications using Vite.js, VanJS and TypeScript
https://github.com/barrymun/ts-vanjs-vite-boilerplate
Last synced: 10 days ago
JSON representation
Boilerplate for building applications using Vite.js, VanJS and TypeScript
- Host: GitHub
- URL: https://github.com/barrymun/ts-vanjs-vite-boilerplate
- Owner: barrymun
- License: mit
- Created: 2023-11-04T20:15:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:24:52.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:27:13.309Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript-VanJS-Vite Boilerplate
This project serves as a base for building applications using Vite.js, VanJS, and TypeScript. It comes pre-configured with ESLint, Husky, and Prettier to ensure code quality and consistency.
## Technologies Used
- **Build Tool**: Vite.js
- **UI Framework**: VanJS
- **Programming Language**: TypeScript
- **Code Quality Tools**:
- ESLint: for static code analysis.
- Prettier: for code formatting.
- Husky: for managing Git hooks.## Prerequisites
- Node.js
- Yarn package manager## Getting Started
Clone the repository and navigate into the project directory:
```bash
git clone https://github.com/barrymun/ts-vanjs-vite-boilerplate.git
cd ts-vanjs-vite-boilerplate
```Install the dependencies:
```bash
yarn install
```Run the development server:
```bash
yarn dev
```## Contributing
Contributions are welcome! Please feel free to submit a pull request.
## License
This project is open-sourced under the MIT license. The license file can be found at the root of the project directory.
For more details, see [LICENSE](./LICENSE).
## Acknowledgments
- [Vite.js](https://vitejs.dev/) for the incredibly fast build tool.
- [VanJS](https://vanjs.org/) for the reactive framework to build UIs.
- [TypeScript](https://www.typescriptlang.org/) for the addition of types to JavaScript, improving developer productivity and code quality.