Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 436 Bytes

File metadata and controls

21 lines (14 loc) · 436 Bytes

#Typescript + Express + Vuejs Boilerplate

To get started, clone this repo and run:

  • yarn

A .env file is required for configuring the Express server, so run cp env.sample .env and edit the values as needed

To Run a dev env for the front end, run:

  • yarn run dev

To run a dev server env, run:

  • yarn run dev-server

To build the frontend, run:

  • yarn run build

To run the server, run:

  • yarn run server

Enjoy! :)