Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 636 Bytes

Express Js Starter With Typescript

Front-end starter kit:

  • Typescript
  • Express Js

Usage

Minimum node version: 14 After Clone This Repo You Can Start it By Running yarn start after that you have access to the UI application on http:localhost:5000/

Environment Variables

You Can Have Your Env Variable By Using the environments folder and put your own dev and prod environments in different files. to read more about this type of environments variable structure you can read This.