Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bidoubiwa/create-instant-meilisearch
Scaffolding your first instant-meilisearch environment
https://github.com/bidoubiwa/create-instant-meilisearch
Last synced: 25 days ago
JSON representation
Scaffolding your first instant-meilisearch environment
- Host: GitHub
- URL: https://github.com/bidoubiwa/create-instant-meilisearch
- Owner: bidoubiwa
- License: mit
- Created: 2021-11-28T00:18:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T05:09:22.000Z (over 1 year ago)
- Last Synced: 2024-12-15T12:06:51.299Z (26 days ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-instant-meilisearch
The project and reposiory as a whole is based on the [`create-vite` repository](https://github.com/vitejs/vite/tree/main/packages/create-vite) and uses the same base template as the latter.
All templates comes with a working demo on a video games dataset.
## Scaffolding Your First Instant MeiliSearch Project
> **Compatibility Note:**
> Vite requires [Node.js](https://nodejs.org/en/) version >=12.0.0.With NPX:
```bash
npx create-instant-meilisearch
```Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:
```bash
npx create-instant-meilisearch --template react
```Currently supported template presets include:
- [ ] `vanilla`
- [ ] `vanilla-ts`
- [ ] `vue`
- [ ] `vue-ts`
- [x] `react`
- [ ] `react-ts`
- [ ] `preact`
- [ ] `preact-ts`
- [ ] `lit`
- [ ] `lit-ts`
- [ ] `svelte`
- [ ] `svelte-ts`## Community Templates
create-instant-meilisearch is a tool to quickly start an instant-meilisearch app from a basic template for popular frameworks.