create-instantsearch-app
Version:
⚡️ Build InstantSearch apps at the speed of thought
20 lines (13 loc) • 418 B
Markdown
# {{name}}
_This project was generated with [create-instantsearch-app](https://github.com/algolia/instantsearch/tree/master/packages/create-instantsearch-app) by [Algolia](https://algolia.com)._
## Get started
To run this project locally, install the dependencies and run the local server:
```sh
npm install
npm start
```
Alternatively, you may use [Yarn](https://http://yarnpkg.com/):
```sh
yarn
yarn start
```