Skip to content

Showcase of a standalone server using only Store Client/Server

License

Notifications You must be signed in to change notification settings

hoodiehq-archive/hoodie-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoodie-store

Hoodie Store core module

Build Status Dependency Status devDependency Status

hoodie-store combines store-client, store-server and exposes a generic store UI.

Usage

Start the demo server

npm start

If you want to use the store module as plugin of your Hapi server, check out example/index.js to see how to register the store-server and how to bundle and server the store-client

Testing

Local setup

git clone https://github.com/hoodiehq/hoodie-store.git
cd hoodie-store
npm install

Run end-to-end tests with selenium

npm test

Contributing

Have a look at the Hoodie project's contribution guidelines. If you want to hang out you can join our Hoodie Community Chat.

License

Apache 2.0