https://github.com/edenreich/typescript-webpack-starter
This is just an example for a fullstack typescript app.
https://github.com/edenreich/typescript-webpack-starter
Last synced: 4 months ago
JSON representation
This is just an example for a fullstack typescript app.
- Host: GitHub
- URL: https://github.com/edenreich/typescript-webpack-starter
- Owner: edenreich
- Created: 2019-05-19T03:01:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:01:40.000Z (over 2 years ago)
- Last Synced: 2025-01-16T16:42:38.208Z (6 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter Fullstack Typescript App
This is just an example for a fullstack typescript app. Feel free to extend it to your own needs.
## Usage
For development: `npm run dev`
This will launch a webpack dev server with hot reloading and launch a koa server.
For production: `npm start`
## Testing
Just run `npm test`