parcel-typescript-example icon indicating copy to clipboard operation
parcel-typescript-example copied to clipboard

Node.js and SSR

Open styfle opened this issue 8 years ago • 0 comments

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?

styfle avatar Dec 12 '17 00:12 styfle