/comic-playground

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

JavaScript helpers for flutter readium

Getting started

Make sure to have NodeJs already installed.

Install all dependencies

npm install

Start developing and serve your app

npm start

Build your application

npm run build

Run unit tests

npm run test

Run coverage

npm run coverage

Docker

Or simply run the example using docker:

docker-compose up