Skip to content

ElisaBaum/maple-ui

 
 

Repository files navigation

maple-ui

Installation

Requirements

node.js, npm (npm comes with node.js) and yarn are required

Dependencies

yarn install

Build tool

fuse-box is used for all build processes (automatically installed with yarn install). fuse-box can be configured in fuse.ts

Development server

Run development server with

npm start

For production environment:

npm run serve:prod

Testing

Run tests with

npm test

Test configurations can be found in /test directory.

Code coverage

Run test with code coverage with

npm run cover

Code coverage requirements can be defined in package.json under nyc.

Linting

For linting code, tslint is used and can be configured in tslint.json.

Deployment & build

Build final bundle with

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.5%
  • CSS 22.1%
  • Other 0.4%