# Pet Project
Create simple webapp to host html from the task 1.
- Create backend using koa/nestjs/another webframework
- Rewrite task1 code with typescript
- Use webpack to create a js bundle:
- add
ts-loaderto transpile typescript to javascript - add html plugin to insert
<script>tag with the bundle as a source
- add
- Write 2 npm scripts:
npm run build- to build frontendnpm run start- to run web app
See more details here (opens new window)