Skip to content

A Simple Starter Project For ExpressJs + Typescript

Notifications You must be signed in to change notification settings

amirzenoozi/express-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.