npm install
npm start
You can browse the web component in various context:
- Standalone: localhost:3000
- Yverdon-les-Bains website: localhost:3000/yverdon.html
npm run build
# Check code styling
npm run validate
# Fix as many offenses as possible automatically
npm run format