A preact framework for building token-based search bars
- Node.js version 8 or higher. Consider using Node Version Manager.
$ npm install
-
npm run serve-docs
: Runs a documentation server at http://localhost:4001 -
npm start
: Runsserve
ordev
, depending onNODE_ENV
value. Defaults todev 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