https://github.com/vtex-apps/render-session
External session fetcher to be used in VTEX IO
https://github.com/vtex-apps/render-session
srv-io-web-framework vtex-io xp-developer
Last synced: 26 days ago
JSON representation
External session fetcher to be used in VTEX IO
- Host: GitHub
- URL: https://github.com/vtex-apps/render-session
- Owner: vtex-apps
- Created: 2018-12-10T18:13:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T08:48:05.000Z (about 1 year ago)
- Last Synced: 2025-10-26T06:23:02.791Z (4 months ago)
- Topics: srv-io-web-framework, vtex-io, xp-developer
- Language: TypeScript
- Size: 231 KB
- Stars: 0
- Watchers: 45
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# render-session
> External session provider for vtex.render-runtime
## Developing
To build run:
```
yarn && yarn clean && yarn build
```
This will build the app and generate a bundle in the `/dist` folder.
To test it, run
```
yarn && yarn start
```
this will start a webserver serving the file in the `/dist` folder.
### Testing
Set the `http:localhost:8080/index.min.js` in the render-runtime's externals and get ready for the fun :)
> If your web browser complains about CORS, be sure to add [this extension](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en) to chrome