Skip to content

xtareq/ex-ts-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Typescript Starter

Ex-ts is a basic typescript based express application generator with basic authentication.Just follow the installation process and your authentication part is almost 80% done by default.

Installation

    npx ex-ts-start {project}
    cd {project}

Open project in your favorite code editor. if you using Visual studio code you can just run:

    code .

Update .env file for database configuration and others.

For development run following command

    yarn dev

For Production run following in your terminal

    yarn build
    yarn start

Thank you

About

Basic auth system template using express typescript mysql sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published