Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 774 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 774 Bytes

@someimportantcompany/starter-templates

A collection of starter templates to help you get started quickly.

Templates

  • Vue3 + Express + Typescript SPA App
    • Backend: Express 4.x & Typescript 5.x.
    • Frontend: Vue 3.x, Vue-Router 4.x, Vite 4.x & Typescript 5.x.
    • Combining the backend & frontend components into a single process.
    • Deploy to server, containers or AWS Lambda.
  • Vue3 + Express + Typescript SSR App
    • Backend: Express 4.x & Typescript 5.x.
    • Frontend: Vue 3.x, Vue-Router 4.x, Vite 4.x & Typescript 5.x.
    • Combining the backend & frontend components into a single process.
    • Including support for Server-Side Rendering.
    • Deploy to server, containers or AWS Lambda.