Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meelight/vite_vanilla_js_crud

$ Pay2m App || Vite + Vanilla JavaScript + Sass + BEM
https://github.com/meelight/vite_vanilla_js_crud

bem-methodology frontend frontend-app sass vanilla-javascript vite

Last synced: 19 days ago
JSON representation

$ Pay2m App || Vite + Vanilla JavaScript + Sass + BEM

Awesome Lists containing this project

README

        

# $ Pay2m



Repo Background


## ๐Ÿ“ Packages

- Vite (v5.4.1)
- Sass (v1.77.6)

## Preview Mode
[Deployed Page ๐Ÿš€](https://vite-vanilla-js-crud.vercel.app)

## ๐ŸŽฏ Setup

### ๐Ÿ“ฆ Installation

```shell
pnpm i
```

### ๐Ÿงช Run Dev

```shell
pnpm dev
```

### ๐Ÿš€ Run Preview

```shell
pnpm preview
```

### ๐Ÿ”จ๐Ÿ“ฆ Sass Build

```shell
pnpm sass:build
```

### โšก๐Ÿ“ฆ Vite Build

```shell
pnpm build
```

## ๐Ÿ”‘ License

[MIT Lisence](https://github.com/MeeLight/vite_vanilla_js_crud/blob/master/LICENSE.md)