Skip to content

Wqrld/Vex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ff1187 · May 20, 2022

History

19 Commits
May 19, 2022
Feb 20, 2022
Feb 24, 2022
May 20, 2022
May 19, 2022
Feb 20, 2022
Feb 20, 2022
Feb 24, 2022
Feb 21, 2022
Feb 21, 2022
Feb 20, 2022
Feb 20, 2022

Repository files navigation

Vex: a modern framework

Vex makes it easy to quickly setup an expressjs app with authentication and a database.

It makes use of TailwindCSS for styling and handlebars for the templating engine.

Vex tries to have an easy starting point for your application, while also getting out of the way of any extensions.

Installation

Just run npm install:

npm install

Then, copy the .env.example to .env and fill in the details.

Lastly, generate the database:

npm run migrate

Running

The dev script compiles the css and TS and runs the webserver:

npm run dev

Regenerating the prisma types

Run npm run generate to generate typescript defintions from the prisma schema.

About

a simple web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published