https://github.com/saneef/vite-prototypes
Starter project for prototypes using HTML, JavaScript and CSS.
https://github.com/saneef/vite-prototypes
Last synced: about 1 year ago
JSON representation
Starter project for prototypes using HTML, JavaScript and CSS.
- Host: GitHub
- URL: https://github.com/saneef/vite-prototypes
- Owner: saneef
- License: unlicense
- Created: 2022-05-09T09:02:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T09:45:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T18:46:04.261Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite protoypes
This is starter project for creating protyping using HTML, JavaScript and CSS.
The project is built with:
- [Vite](https://vitejs.dev/): Compiles JavaScript, TypeScript, and CSS (PostCSS) files. You can [add support for other CSS Pre-processors like SASS or Less](https://vitejs.dev/guide/features.html#css-pre-processors) without much hassle.
- [Plop](https://plopjs.com): You can generate new prototype folder and files using a single command. [See](#create-a-new-prototype).
## Usage
```bash
$ npm install # Install dependencies
$ npm run dev # Start development server
```
### Create a new prototype
```bash
$ npm run new-prototype # Prompts for new directory name and generates new project.
```