Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate .html pages at compile-time #61

Closed
koistya opened this issue Feb 8, 2015 · 3 comments
Closed

Generate .html pages at compile-time #61

koistya opened this issue Feb 8, 2015 · 3 comments

Comments

@koistya
Copy link
Member

koistya commented Feb 8, 2015

Create a new build step (aka Gulp task) which would generate .html pages during a build in order to be able to deploy this web app into CDN (see GitHub Pages).

@goatslacker
Copy link

I was actually thinking of making the html pages dynamic rather than static so we can turn this into a proper isomorphic example.

Data fetching/passing data from the server to the client is what is usually complex with isomorphic apps.

If this happens then we'd be unable to publish to github pages.

@frankbolviken
Copy link

Any progress on this task?

@koistya
Copy link
Member Author

koistya commented Oct 2, 2015

@frankbolviken this was implemented in React Static Boilerplate project, which has a similar structure but optimized for static hostings like GitHub Pages, Amazon S3, Firebase.

@koistya koistya closed this as completed Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants