/library

๐Ÿ“š Simple ready-to-use JS library built with Parcel.

Primary LanguageJavaScriptMIT LicenseMIT

Library

๐ŸŽฏ Target

The aim of this project is building a minimalist, ready to use and testable JS library that can be used as a playground/template.

๐Ÿ’ป Tech Stack

๐Ÿš€ Setup & Run

You need to install the dependencies:

npm install

Then you can run the project:

npm run serve

You can build the project:

npm run build

Library should be running on http://localhost:1234.

๐Ÿงช Testing

Run the following command to run the tests:

npm run test

โš–๏ธ License

MIT ยฉ Musa Kacmaz