/bars-demo

Primary LanguageJavaScriptMIT LicenseMIT

Bars-demo

Installation

1- Clone the repo

git clone git@github.com:KAngel7/bars-demo.git

2- yarn or npm install to install npm packages

3- start dev server using yarn start or npm start.

3- build and bundling your resources for production yarn build.

4- Unit testing will watch all your changes in the test files as well as create coverage folder for you. yarn test