Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:01:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T09:40:50.460Z (over 1 year 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`