parcel-typescript-example
parcel-typescript-example copied to clipboard
Node.js and SSR
Thanks for putting together this example!
I have a server-side-rendering example that I thought would be fun to try with parcel. Currently, it uses webpack with two bundle configs: one for the front end and one for the back end.
Can parcel be used to compile server side code for running a Node.js server written in TypeScript?