| title | Development Environment |
|---|---|
| layout | page |
| menu | bar |
LineUp.js depends on
Webpack is used as build tool. LineUp itself is written in TypeScript and SASS.
Installation
git clone https://github.com/lineupjs/lineupjs.git -b develop
cd lineupjs
npm installBuild distribution packages
npm run buildRun tests
npm testRun Linting
npm run lintServe integrated webserver
npm start