Skip to content

An application template based on Astro, VueJS, PrimeVue, TailwindCSS, HapiJS and BetterAuth.

Notifications You must be signed in to change notification settings

billyledev/astro-hapijs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro HapiJS starter

A simple static webapp template with authentication feature.

Quick start

  • Launch a local SMTP test server on port 1025, for example MailHog
  • Clone the repository
  • Create the .env file from example.env in the packages/api directory (cp packages/api/example.env packages/api/.env)
  • Install the dependencies with npm install
  • Launch the app with npm start
  • Open http://localhost:4321 to access the app

Technical stack

Demo

Astro HapiJS starter image