Skip to content
/ viness Public template

Vite+NextUI and Express+SQLite3+Sequelize Full Stack Template

License

Notifications You must be signed in to change notification settings

Xanazf/viness

Repository files navigation

Vite/NextUI and Express/SQLite3/Sequelize (ViNESS) Full Stack Template

Install dependencies

npm install
# or
yarn install

Run raw

npm run build && npm run start
# or
yarn build && yarn start

Run with Docker

docker build -t viness .
docker run -p 3000:3000 -p 5000:5000 viness

Develop

npm run dev
# or
yarn dev

About

Vite+NextUI and Express+SQLite3+Sequelize Full Stack Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published