Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/likejazz/search-engine-ui
- Owner: likejazz
- Created: 2022-01-24T04:49:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T14:33:05.000Z (almost 3 years ago)
- Last Synced: 2024-03-15T05:41:49.242Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```