An open API service indexing awesome lists of open source software.

https://github.com/julianhm9612/boole-js

Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣
https://github.com/julianhm9612/boole-js

conditionals gates

Last synced: about 1 month ago
JSON representation

Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣

Awesome Lists containing this project

README

        

# **boole-js**

Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣

## Instructions to develop

1. Install the dev dependencies:

~~~
npm i
~~~

2. Install globally:

- Webpack
~~~
npm i -g webpack
~~~

- Webpack-cli
~~~
npm i -g webpack-cli
~~~

- Jest
~~~
npm i -g jest
~~~

## To execute tests

Run the next command line:
~~~
jest
~~~

About
--------
> 👨 **[@Julianhm9612](https://github.com/Julianhm9612)**