As of now it serves static webpages, but I will think about what else I could implement
- Supports TypeScript
- No dependencies other than TypeScript, Node and nodemon
- Automatically reruns the server on changes in dev mode
site
- the location of the actual site and where all public files are locatedscript
- the output folder for TypeScript compiled files
src
- the location of (input) TypeScript files
(p)npm dev
ornodemon
- runs development server(p)npm build
ortsc
- builds TypeScript files for the frontend(p)npm start
ornode server.js
- just runs the server