Skip to content

A decent-looking base website for future projects, based on VVVST-NET stack

Notifications You must be signed in to change notification settings

Fran314/website-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

website-base

A decent-looking base website for future projects, based on VVVST-NET stack VVVVST-NET stands for "Vue Vite Vuex Vue-Router Sass Typescript" (for the frontend) - "Node Express Typescript" (for the backend)

Install

git clone <repo>
cd frontend/
npm install
cd ../backend/
npm install

# For development
cd frontend/;
npm run dev &
cd ../backend;
npm run dev

# To build for production
cd frontend/
npm run build
cd ../backend/
npm run build

About

A decent-looking base website for future projects, based on VVVST-NET stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published