## Description
This repository contains the source code of a POC to test the lit element library and show how to use it to implement some kind a logic implement a reservation places system. This code only contains learning proposal and shouldn´t be used in production environments.
This webcomponent follows the open-wc recommendation.
npm i mene-booking
<script type="module">
import 'mene-booking/mene-booking.js';
</script>
<mene-booking></mene-booking>
npm run start
For building production we should execute the next command
npm run build
To scan the project for linting and formatting errors, run
npm run lint
To automatically fix linting and formatting errors, run
npm run format
Currently the repo not prepare to execute run
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.