Skip to content

Alex Stack using node.js, passport.js, sveltekit, tailwind

Notifications You must be signed in to change notification settings

WolfVector/alex-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alex Stack

This repo serves as a full-stack template, using the next technologies:

  • node.js
  • passport.js
  • sveltekit
  • tailwind

Install

git clone https://github.com/WolfVector/alex-stack.git folder-name

Install the frontend

/path/folder-name/frontend $ npm install   

Install the backend

/path/folder-name/backend $ npm install

Run in dev

/path/folder-name/frontend $ npm run dev   
/path/folder-name/backend $ npm run dev   

The node backend uses nodemon when in dev

Run in production

For the frontend go to the sveltekit page Building your app and choose the best option for your case.

For the backend

/path/folder-name/backend $ npm run start   

About

Alex Stack using node.js, passport.js, sveltekit, tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published