Development Environment

Dependencies

LineUp.js depends on

Development Dependencies

Webpack is used as build tool. LineUp itself is written in TypeScript and SASS.

Tools & Services

Browserstack
CircleCI

Development Environment

Installation

git clone https://github.com/lineupjs/lineupjs.git -b develop
cd lineupjs
npm install

Build distribution packages

npm run build

Run tests

npm test

Run Linting

npm run lint

Serve integrated webserver

npm start