Coder Social home page Coder Social logo

codespaces-blank's Introduction

Editing this on GitHub

Monorepo example for GitHub Codespaces.

This is a monorepo that contains many sub-projects. Each sub-project could be a library, a website, a CLI tool, or anything else.

Ok but what on earth is this?

Collection of source code that I try out. Refer to docs/about-source.md for more information.

But in short any self contained project that can be run in a browser or does something useful has a README.md file that explains how to use it.

How to use

  1. Open a terminal in the root of this repository
  2. Run yarn install
  3. Run yarn start
  4. Open a browser and navigate to http://localhost:3000

How to use this monorepo

  1. Open a terminal in the root of this repository
  2. Run yarn install
  3. Run yarn start
  4. Open a browser and navigate to http://localhost:3000

How to use this monorepo with Codespaces

  1. Open a terminal in the root of this repository
  2. Run yarn install
  3. Run yarn build
  4. Run yarn start
  5. Open a browser and navigate to http://localhost:3000

Write up on cloudspace

How it helps

What is GitHub Codespaces?

GitHub Codespaces provides a pre-configured development environment, for working on your GitHub repositories. You can start coding right away, without worrying about installing software or configuring your local machine. Codespaces are ideal for:

  • Quick Setup: No need to install development tools or configure your local environment.
  • Collaboration: Multiple developers can work on the same codebase simultaneously, regardless of their operating systems or machine configurations.
  • Scalability: Access powerful computing resources based on your project's requirements.
  • Reproducibility: Everyone working on the project has the same development environment, ensuring consistent results.

Getting Started with GitHub Codespaces:

There are three main ways to create a codespace for a GitHub repository:

  1. From the GitHub Web Interface:

    • Navigate to the repository you want to work on in GitHub.com.
    • Click on the "Code" button and then select "Codespaces."
    • You can choose to create a codespace from the current branch, the default branch, or a specific branch.
  2. Using the codespace.new URL:

    • In your web browser's address bar, type codespace.new. This will automatically create a codespace for the repository you're currently viewing on GitHub.
  3. From the GitHub CLI:

    • If you have the GitHub CLI installed, you can use the gh codespace command to create a codespace for a repository.

Once you've created a codespace, you can connect to it in two ways:

  1. In the Browser: GitHub Codespaces provides an integrated browser-based IDE experience, allowing you to code directly within your web browser.
  2. Using a Local IDE: You can connect your preferred local IDE (like Visual Studio Code, JetBrains IDEs, etc.) to your codespace for a more familiar development experience.

Additional Considerations:

codespaces-blank's People

Contributors

ch4nd4n avatar

Watchers

 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.