Imba.io 404 Page
This repository produces a simple component to be used for 404 requests to imba.io.
Usage
<script src='https://unpkg.com/imba-404-page/public/404-page.imba.js'></script>
<page-404 home='https://www.imba.io'></page-404>Development
When you have the code get started by running the following commands
yarn # npm install
yarn start # npm start
Open the url shown by yarn start output in the browser.
This is automatically configured with hot module reloading