This is the UI`that corresponds with Genre Search Server. The purpose of this project was to
- Show case how to create webcomponents using custom elements.
- Show how to pass data between components.
- Show how to integrate with an api.
These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Genre Search server
lit-html
babel-core
babel-loader
babel-polyfill
babel-preset-es2015
webpack
webpack-dev-server
A step by step series of examples that tell you how to get a development env running
Install dependencies
git@github.com:MilesWilliams/genre-search-server.git
Follow the instructions in the README.md
git clone git@github.com:MilesWilliams/genre-search-ui.git
cd genre-search-ui
npm install
To run the app use npm start
- lit-html - Used for templating
- webpack - For bundling and serving
- babel - For compiling our es6 code
- Miles WIlliams
This project is licensed under the MIT License - see the LICENSE.md file for details