GithubHelp home page GithubHelp logo

fxrazor / console Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qovery/console

0.0 0.0 0.0 15.55 MB

Qovery Web Console V3 ⚡️

Home Page: https://start.qovery.com

License: GNU General Public License v3.0

Shell 0.02% JavaScript 0.34% TypeScript 98.59% HTML 0.01% Dockerfile 0.04% SCSS 1.01%

console's Introduction


Deploy On-demand Environments on AWS, Remarkably Fast

Website: https://www.qovery.com

GPLv3 License Discord

At Qovery for our Console, we use a couple of technologies, like NX, React, Redux, Tailwind, and Storybook.


Getting Started

First use

yarn && yarn setup

Start the project on http://localhost:4200

yarn start

Start Storybook on http://localhost:4400

yarn storybook

Generate a library

nx g @nx/react:lib my-lib

Generate a component

nx g @nx/react:component my-component

Run unit tests with Jest

nx affected:test

Run end-to-end tests with Cypress

nx affected:e2e

Contributing

Qovery Console V3 is in its early stage of development and we need some help, you are welcome to contribute. To better synchronize consider joining our #v3 channel on our Discord. Otherwise, you can directly propose improvements from the issues pages or add them directly from your pull request for the changes.

Community support

For help, you can use one of the channels to ask a question:

  • Forum: (Bug reports, Questions)
  • GitHub: (Bug reports, Contributions)
  • Twitter: (Get the news fast)

FAQ

Why does Qovery exist?

At Qovery, we believe that the Cloud must be simpler than what it is today. Our goal is to consolidate the Cloud ecosystem and makes it accessible to any developer, DevOps, and company. Qovery helps people to focus on what they build instead of wasting time doing plumbing stuff.

Why do we use NX?

  • NX works like a strong framework and it's very helpful for React app.
  • It allows us to make mono-repo and we can divide our application into several entities/libraries that can reuse.
  • Offers helpers to facilitate generating components, libraries, applications, and tools to check the health of our applications (circular dependencies).
  • Using NX cloud, cache to deploy the application, run tests and build only what has been modified.
  • Provides Framework to facilitate unit tests with Jest and e2e tests with Cypress.

How is the project structured?

Our project is divided into several libraries, we are going to have 4 major categories of libraries:

  • Domains: all our store logic is separated by domain, for each we find the slices with Redux, our providers, and mock for tests.
  • Pages: each of the pages includes sub-pages.
  • Shared: several elements of sharing between all components, UI components for the Storybook, enums, helpers, layout.
  • Store: store initialization

We have separated the logical components “feature” and the UI components “UI” for each of the libraries. Requests and data are always called in features and flow to UI components. The goal is really to separate our features as much as possible to avoid circular dependencies and facilitate understanding of the project.

It’s an NX-proven approach, feel free to read the book “effective react with NX”, very interesting and well detailed.

console's People

Contributors

acarranoqovery avatar alecarrano avatar bdebon avatar benjaminch avatar ctjhoa avatar deimosfr avatar dependabot[bot] avatar erebe avatar evoxmusic avatar gromon42 avatar ishayhil avatar mzottola avatar remibonnet avatar robjkc avatar tylerslater-io avatar williamtraoreee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.