Intended as quick jump-point to create TypeScript based web apps, but configured to accept JS as well without breaking
- Includes all the standard web server stuff you can add to or remove
- Should be friendly for extreme beginners to node or TypeScript
- See tsconfig documentation for compiler settings
- See package.json documentation for run-time settings
- Just run the start.bat for easy start-up, defaults to port http://localhost:80, configure as desired
- Check the content of the src folder to get started on server side code
- Check the content of the public folder for interface
- Existing UI is powered by CDNed Vue to demo server api interface
- See Express.js documentation for more details on server operation