Skip to content

Example project using TypeScript for both Backend and Frontend code

Notifications You must be signed in to change notification settings

kmturley/fullstack-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstack-typescript

Example project using TypeScript for both Backend and Frontend code using:

  • TypeScript 3.7.x
  • Express 4.17.x
  • ts-node-dev 1.0.x

Installation

Install dependencies using:

npm install

Usage

Run compiled version:

npm start

Run the livereload dev server using:

npm run dev:backend
npm run dev:frontend

Then view the local server at:

http://localhost:8080

Directory structure

/                                 --> Project root
/dist                             --> Compiled files
/src/backend                      --> Backend code
/src/frontend                     --> Frontend code

Contact

For more information please contact kmturley

About

Example project using TypeScript for both Backend and Frontend code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published