https://github.com/edo1z/algolia_study
Algolia Study
https://github.com/edo1z/algolia_study
Last synced: 3 months ago
JSON representation
Algolia Study
- Host: GitHub
- URL: https://github.com/edo1z/algolia_study
- Owner: edo1z
- Created: 2018-09-09T20:52:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:16:23.000Z (about 7 years ago)
- Last Synced: 2025-06-15T11:56:05.490Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Algolia Study
### install
```
$ git clone git@github.com:edo1z/algolia_study.git
$ cd algolia_study
$ yarn install
```### Algolia Setup
```
$ vim algolia.config.js
``````algolia.config.js
import algoliasearch from 'algoliasearch'
const client = algoliasearch(
'xxxxxxxxxxx',
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
);
export default client
```### parcel
```
$ yarn global add parcel
$ parcel src/index.html
```