An open API service indexing awesome lists of open source software.

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

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