Skip to content

aliaks-ei/advent-of-javascript

Repository files navigation

Advent of Javascript calendar

This repository contains implementation of challenges from Advent of Javascript calendar

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint