musakacmaz / library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%