Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 612 Bytes

Lex.js

A preact framework for building token-based search bars

Requirements

Usage

$ npm install

Commands

  • npm run serve-docs: Runs a documentation server at http://localhost:4001

  • npm start: Runs serve or dev, depending on NODE_ENV value. Defaults to dev server at http://localhost:1234.

  • npm run serve: Run a production-like server at http://localhost:1234

  • npm run build: Production-ready build

  • npm run lint: Pass JavaScript files using ESLint