Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```