Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.43 KB

dev.md

File metadata and controls

73 lines (50 loc) · 1.43 KB
title layout menu
Development Environment
page
bar

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