Rocket is a simple HTML Boilerplate with the following things preinstalled:
- Laravel Mix - an elegant wrapper around Webpack for the 80% use-case
- ESLint, preconfigured with the Airbnb Base Config and the Prettier Config
- Pretter preconfigured
- TailwindCSS - A utility-first CSS framework for rapidly building custom designs
- CSS processing with PostCss (including PostCSS Import and PostCss Nested)
- AlpineJS - A rugged, minimal framework for composing JavaScript behavior in your markup
- Since this Repo is a Github Template just click the "Use this template"-Button or click on this link. This will create a new Repo for you, based on this template.
- Clone your newly created Repo
- run
npm install
- Compile your assets with
npm run dev
or with hot-reloadingnpm run watch
. This will create a new folderpublic
with your CSS and JS files