tsframework / ts-framework

A Web Framework for Nodejs
http://tsframework.github.io
MIT License
43 stars 6 forks source link

Proposal: Implement webpack/browserify in default App #44

Open atrakeur opened 7 years ago

atrakeur commented 7 years ago

Actually it's an issue regarding https://github.com/tsframework/ts-framework-app

This app aims to be the one stop repo to getting started with TSFramework.

What we need is a good client side architecture to make client side development as enjoyable as server side dev. Webpack or browserify seems to be a good choice as it can provide a live reload of both the client and the server in case of changes.

Webpack seems to be better in my experience (more modern, faster reload) but it seems to require more work.

Any suggestions greatly appreciated ?

jhonmike commented 7 years ago

webpack is top :)