limoncello-php / app

Quick start JSON API application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of different JS framework over webpack

dreamsbond opened this issue · comments

Would their be a guide to follow on how to transit the client from webpack to other JS framework say Angular or EmberJS?

Webpack is only used to compile TS and SCSS files and there are no dependencies between the client and the server. The current client is more like 'look, that is a simple hello-world style client app'. So feel free to use any of the frameworks.