Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 590 Bytes

svelte adapter

An svelte adapter for react written in typescript. Heavily inspired by svelte-adapter and react-svelte

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/zenoslin/rollup-starter-ts.git
cd rollup-starter-ts
npm install

scripts

  • npm run build builds the library to lib.
  • npm run build:type builds .d.ts file for the library.
  • npm run test use jest to test the source files.

License

MIT