https://github.com/zeknoss/mlite-assignment
https://github.com/zeknoss/mlite-assignment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeknoss/mlite-assignment
- Owner: zeknoss
- Created: 2025-01-17T19:22:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T19:50:48.000Z (5 months ago)
- Last Synced: 2025-01-17T20:34:36.983Z (5 months ago)
- Language: Vue
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mailerlite assignment
Hi!
Thank you for the assignment. It was fun. Hope you like it.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```