Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

iatopilskii/wisebits-test-task

Repository files navigation

Wisebits test task

This is my implementation of Wisebits test task

Stack

  • Webpack
  • Typescript
  • Svelte
  • LESS

How to start

  npm i
  npm start

How to build

development:

  npm run build:dev

production:

  npm run build:prod