Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliaks-ei/advent-of-javascript
This repository contains implementation of challenges from Advent of Javascript calendar
https://github.com/aliaks-ei/advent-of-javascript
a11y animations composition-api-vue3 css eslint javascript postcss sass tailwind typescript vite vue
Last synced: about 2 months ago
JSON representation
This repository contains implementation of challenges from Advent of Javascript calendar
- Host: GitHub
- URL: https://github.com/aliaks-ei/advent-of-javascript
- Owner: aliaks-ei
- Created: 2023-08-25T10:48:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T13:36:52.000Z (over 1 year ago)
- Last Synced: 2023-08-25T17:39:57.284Z (over 1 year ago)
- Topics: a11y, animations, composition-api-vue3, css, eslint, javascript, postcss, sass, tailwind, typescript, vite, vue
- Language: Vue
- Homepage: https://www.adventofjs.com/
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Javascript calendar
This repository contains implementation of challenges from [Advent of Javascript calendar](https://www.adventofjs.com/)
## 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
```