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

Latest commit

 

History

History
28 lines (21 loc) · 268 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 268 Bytes

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