https://github.com/catho/ssr-quantum-simulator
Project in NextJS used to test and show implemented examples of Catho Quantum.
https://github.com/catho/ssr-quantum-simulator
Last synced: 9 months ago
JSON representation
Project in NextJS used to test and show implemented examples of Catho Quantum.
- Host: GitHub
- URL: https://github.com/catho/ssr-quantum-simulator
- Owner: catho
- Created: 2019-10-29T21:18:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:24:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-28T21:54:03.953Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.42 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Libs information
| lib to simulate | version | path built in application |
| ---------------- | ------- | -------------------------------------------- |
| Quantum | 9.13.2 | node_modules/@catho/quantum |
| Catho-components | 6.6.3 | node_modules/@catho-private/catho-components |
### What is it?
This is a simple SSR simulator for test React components in NextJs.
### Made for what?
It was made to the last stage of the test ranges for [Quantum](https://github.com/catho/quantum) component delivery.
### How to start
- Clone the repository
-
yarn to install all dependencies
-
yarn dev to start the application
### Building
To simulate, build the lib (Quantum or catho-components) in your branch, copy and paste in path builded in this application, to overwrite. And start it.
### Warning
Because this application is using a private package, catho-components, is necessary the npm TOKEN and export a env variable NPM_TOKEN.
If this package is not necessary for your simulation, delete the line in package.json
```
"@catho-private/catho-components": "x.x.x",
```
# Next + React Catho App
This project was bootstrapped with [Next.JS](https://github.com/zeit/next.js).
```
```