ByronFiler / brimark-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brimark-frontend

  1. Download nodeJS v14.15.3

  2. Download the parcel-bundler:

npm install -g parcel-bundler@1.12.4

  1. Install Typescript:

npm install -g typescript@4.1.5

  1. To install all the packages from the package.json:

npm install

  1. To fix any severity vulnerabilities:

npm audit fix

To run the project locally use the command.

npm run local

To run the project locally but with tests first:

npm run local-with-tests

To run the tests:

npm test

If you want to build the project:

npm run build

To build the documentation:

npm run ts-docs

To build the test coverage document:

npm run ts-coverage

API(s) Used:

CSS Framework(s):

  • Materialize-CSS A modern responsive front-end framework based on Material Design

About


Languages

Language:TypeScript 41.1%Language:HTML 40.3%Language:CSS 18.6%