An open API service indexing awesome lists of open source software.

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.

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


  1. Clone the repository


  2. yarn to install all dependencies


  3. 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).

```

```