#9 - set up frontend #10

Merged
Baakoma merged 13 commits from #9-set-up-frontend into main 2022-01-11 14:04:01 +01:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit eb5a7dfc05 - Show all commits

View File

@@ -31,6 +31,10 @@ HR software you love to hate
dcr php php artisan migrate --seed
- install npm packages
dcr node npm install
- build assets
dcr node npm run dev

View File

@@ -11,4 +11,4 @@
<body class="h-full">
@inertia
</body>
</html>
</html>

View File

@@ -16,4 +16,4 @@ module.exports = {
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp')
],
};
};