Skip to content

isanchezd/mene-booking

Repository files navigation

<mene-booking>

## 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.

Installation

npm i mene-booking

Usage

<script type="module">
  import 'mene-booking/mene-booking.js';
</script>

<mene-booking></mene-booking>

Development

npm run start

Building

For building production we should execute the next command

npm run build

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing

Currently the repo not prepare to execute run

Tooling configs

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.

About

A webcomponent to booking places

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published