https://github.com/zeusdeux/ssr-on-zeit
Simple example of SSR React app using es6 modules running on the @zeit platform
https://github.com/zeusdeux/ssr-on-zeit
lamda react ssr zeit zeit-now
Last synced: 6 months ago
JSON representation
Simple example of SSR React app using es6 modules running on the @zeit platform
- Host: GitHub
- URL: https://github.com/zeusdeux/ssr-on-zeit
- Owner: zeusdeux
- License: mit
- Created: 2018-12-18T23:11:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T17:51:11.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T05:03:39.979Z (7 months ago)
- Topics: lamda, react, ssr, zeit, zeit-now
- Language: JavaScript
- Homepage: https://ssr.zdx.cat
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssr-on-zeit
Simple example of SSR React app running on the @zeit platform
## Motivation
I wanted to learn how to use the `@now/node` builder and _not_ the `@now/node-server` builder to power a SSR react app.
## Biggest learning
For this whole thing to work, don't forget to setup `libraryTarget` in `webpack.config.js` so that the @zeit's `@now/node` builder can use it correctly in the wrapper it produces.
## How do I deploy this?
Run `npm run deploy` which will build the bundles and deploy 'em.
## Where's all my dev nirvana tooling?
Haven't added any as the focus was to learn something about @zeit's `@now/node` builder and adding + setting the tooling up was taking forever.