https://github.com/michael-valdron/ts-backend-js-frontend-template
Personal template for creating TypeScript web application in NodeJS.
https://github.com/michael-valdron/ts-backend-js-frontend-template
nodejs-template tyepscript typescript-template web-app-template
Last synced: 5 months ago
JSON representation
Personal template for creating TypeScript web application in NodeJS.
- Host: GitHub
- URL: https://github.com/michael-valdron/ts-backend-js-frontend-template
- Owner: michael-valdron
- License: mit
- Created: 2020-08-10T09:51:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T03:34:48.000Z (over 3 years ago)
- Last Synced: 2025-06-09T08:08:35.201Z (6 months ago)
- Topics: nodejs-template, tyepscript, typescript-template, web-app-template
- Language: TypeScript
- Homepage:
- Size: 632 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-web-template
Personal template for creating TypeScript web application in NodeJS.
# Dependency Information
## Frontend
### Code Dependencies
- `"jquery"`
- `"bootstrap"`
- `"popper.js"`
### Build Dependencies
- `"@babel/core"`
- `"@babel/preset-env"`
- `"babel-loader"`
- `"css-loader"`
- `"file-loader"`
- `"onchange"`
- `"style-loader"`
- `"webpack"`
- `"webpack-cli"`
- `"webpack-manifest-plugin"`
## Backend
### Code Dependencies
- `"express"`
- `"ejs"`
### Build Dependencies
- `"@types/express"`
- `"@types/node"`
- `"@types/ejs"`
- `"fs-extra"`
- `"nodemon"`
- `"rimraf"`
- `"ts-lint"`
- `"ts-node"`
- `"typescript"`
# Credits
- TypeScript Build methods based on: [express-generator-typescript](https://github.com/seanpmaxwell/express-generator-typescript) by [seanpmaxwell](https://github.com/seanpmaxwell)
- Template by: [Start Bootstrap LLC.](https://startbootstrap.com)
- CSS Framework: [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc](https://twitter.com/)