Skip to content

Boilerplate for developing Website or Webapps with Fastify, Eta, Laravel Mix and Plain UI

License

Notifications You must be signed in to change notification settings

HerrHase/fastify-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastify-boilerplate

Small simple Boilerplate for developing Websites or Webapps with,

First step, copy the .env.example to .env and add your own values.

Install packages:

yarn install

Building CSS & JS:

yarn run build
or
yarn run build-production

Starting Server:

yarn run start

Static & EtaHelper

All Static Files that are handle by Laravel Mix are copied to /static. You find the webpack.mix.js in /packages/frontend. Fastify will handle all request for static files by /static/<filename>. To handle files from manifest.json you can use asset(<path>) in the templates.

<link href="{{ asset('/static/css/styles.css') }}" rel="stylesheet" type="text/css">

About

Boilerplate for developing Website or Webapps with Fastify, Eta, Laravel Mix and Plain UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published