An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

Personal template for creating TypeScript web application in NodeJS.

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/)