barbar / vortigern

A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more.
https://barbar.github.io/vortigern
MIT License
642 stars 128 forks source link

Can I use Vortigern without the server #54

Closed casoetan closed 8 years ago

casoetan commented 8 years ago

Hi @altayaydemir, can I take out the server part of things and use this without requiring express.js. If possible please how.

batuhan commented 8 years ago

This is in the pipeline and we actually have an internal fork of Vortigern with optional server side rendering but it doesn't have the latest updates. IIRC, @altayaydemir has something more "finished" for this tho. Altay?

altaywtf commented 8 years ago

Hello, @casoetan.

I'm using a setup which is similar to Vortigern (without server-side rendering) here: https://github.com/bilgishuttle/bilgi-shuttle-web/tree/develop it uses express only for development server. You can clone it and remove the extra work.

However, as @batuhan said we are working on a non-isomorphic version of Vortigern too.

casoetan commented 8 years ago

Ok. Any ETAs? I kind of like your philosophy on this + the quick responses :)

batuhan commented 8 years ago

Well, we could work on it and merge changes sometime next week. :)

casoetan commented 8 years ago

that will be great. Look forward to next week then.