Responsive Tailwind landing page theme for restaurants. Demo https://demo.caribbean-restaurants.top
- Tailwind CSS
- Laravel Mix
- No plugins dependency
Content management:
- change texts and images on theme customization page (/backend/cms/themeoptions/update/restaurant);
- done!
Using Laravel Mix and Tailwind:
- go to /themes/restaurant in terminal;
- run
npm i
for installing node_modules; - run
npm run watch
for development and hot reloading; - run
npm run dev
for compiling development version of js/css into assets/dist folder; - run
npm run prod
for compiling production version (remove comments, minify etc.) of js/css into assets/dist folder.
-
This theme has not been reviewed yet.
-
1.0.3 |
Temporarily fix dist/css/app.css May 12, 2023 |
---|---|
1.0.2 |
Minor theme fixes May 12, 2023 |
1.0.1 |
Minor fixes May 12, 2023 |
1.0.0 |
Initial beta release Jun 16, 2022 |