Git Product home page Git Product logo

Repository for DevXP projects

This repository is the monorepo for all DevXP React projects for 2023. Please fork it and head to your Cohorts project to work there.

Project structure

Each app is divided into two. The main app and the test app. The main app has the app name eg ch4 and the test app has e2e at the end of its name e.g ch4-e2e. Just work on the app that your cohort is working on and forget about the rest.

How to run an App

We use yarn as our package manager. So under no circumstance should npm be used.

Install the packages

    yarn install 

Each app is run by running yarn plus the name of your cohort, - the environment. So to run Ch3 web (React(NextJS)) just run

    yarn ch3-web
    or
    yarn ch3-api 

We use MUI for UI. And only when absolutely very neccessary should another UI library or CSS be used directly. MUI has all the component you need

Deploying the project

You can deploy the project to any hosting service. Just make sure you:

  • Change the build command to:

    yarn nx build [cohort]
  • Change the serve command to:

    yarn nx serve [cohort] --prod

DexXP's Projects

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.