https://github.com/epreston/template-web-min
Repo Template: vite, eslint, prettier
https://github.com/epreston/template-web-min
eslint prettier template vite web
Last synced: 5 months ago
JSON representation
Repo Template: vite, eslint, prettier
- Host: GitHub
- URL: https://github.com/epreston/template-web-min
- Owner: epreston
- License: mit
- Created: 2023-11-22T09:36:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T00:59:09.000Z (5 months ago)
- Last Synced: 2026-01-23T17:52:00.758Z (5 months ago)
- Topics: eslint, prettier, template, vite, web
- Language: CSS
- Homepage:
- Size: 412 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Minimal Template Web Project
Repo Template: vite, eslint, prettier
[![CI][ci-badge]][ci-url]
## Quick Start
Install [Node.js](https://nodejs.org/en/download/), start a new repository using this [template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template), create a local [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) of your new repository, and run the following console commands within your local copy:
```bash
# install dependencies
npm install
# start local web server
npm run dev
```
## Scripts
| Action | Command | Description |
| ------ | ---------------- | -------------------------- |
| dev | `npm run dev` | Start a development server |
| build | `npm run build` | Build the test application |
| lint | `npm run lint` | Run static code analysis |
| format | `npm run format` | Format source files |
## Tools
| Tool | Reference |
| -------- | ------------------- |
| Node.js | https://nodejs.org |
| Vite | https://vitejs.dev |
| ESLint | https://eslint.org |
| Prettier | https://prettier.io |
## References
| Reference | Website |
| --------- | ------------------- |
| Can I Use | https://caniuse.com |
## License
This project is released under the [MIT License](LICENSE).
[ci-badge]: https://github.com/epreston/template-web-min/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/epreston/template-web-min/actions