Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 622 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 622 Bytes

Svelte Starter 🦋

Svelte app starter for Typescript in Atomic Design architecture.
Happy hacking ✌️

Toolkit

Typescript as a main language.

Atomic design as a principle behind the components' structure.

Testing library for tests.


Install
yarn
Develop
yarn dev
Test
yarn test
Validate
yarn validate
Build
yarn build
Serve
yarn start