Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likejazz/search-engine-ui

Skeleton for the fast development of modern, engaging search experiences.
https://github.com/likejazz/search-engine-ui

Last synced: 7 days ago
JSON representation

Skeleton for the fast development of modern, engaging search experiences.

Awesome Lists containing this project

README

        

# Search Engine UI
Skeleton for the fast development of modern, engaging search experiences.

- jQuery 3.6.0 (Mar 04, 2021)
- Bootstrap 5.1.3 (Oct 10, 2021)

![](static/localhost.png)

# How to Run
```console
$ cd static
$ npm i
$ cd ..
$ docker build . -t search-engine-ui
$ docker run -p 80:80 search-engine-ui
```