🧪wip: hotwire-test🧪

Enjoy Hotwire on the front end only

Get started

npm install   # Install dependencies
npm run build # Generate files to be used
npm run serve # Start preview

Scripts

npm run build  # Delete the previous file and generate a new JavaScript file
npm run clean  # Delete the previous file
npm run dev    # Start development server and 'tsc --watch'
npm run format # Format 
npm run lint   # Lint
npm run serve  # Start development server
npm run watch  # Start 'tsc --watch'