Skip to content

Latest commit

 

History

History

searchkit-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Searchkit React App

Development

On http://localhost:3000

yarn
yarn dev

You can set the ElasticSearch endpoint with an environment variable:

export ELASTIC_URL=http://localhost:4000/graphql

File structure:

  • Most React component are in src/ folder
  • The index.html is in public

Production

yarn build
yarn serve