How can I do Hapi with AngularJS, Webpack + TypeScript -
basically mean stack without mongodb , express. never dived in angular want see magic is.
i followed getting started guide. folder structure looks this:
hapiserver |--static |--routes | |--api.js |--server.js |--angular-test | |--src | | |--polyfill, .ts , stuff | |-- .ts, .json, karma stuff
ng serve compile webpack , serve files on port 4200 karma.
i use hapi i'm more familiar hapi , koa express. also, 50% of code implemented.
what should do? feasible?
thanks
edit:
i use hapi - don't know how works angular , setup angular-cli made me, if there can suggest (except "stick that") feel free comment.
Comments
Post a Comment