This is a template reponsitory for a full stack project that uses vue3 expressjs and typescript
this project makes use of the new npm workspaces so make sure you have the latest version of npm installed!
clone directory
git clone https://github.com/Phl3bas/vue-express-typescript-template
mv vue-express-typescript-template [new_name]
cd [new_name]
from root dir install dependancies
npm install
start developement servers (from root dir)
npm run dev
# or
yarn dev