GithubHelp home page GithubHelp logo

jupiter-envelope's Introduction

J U P I T E R

this is a vörk in progress 🥴🥴

This project was partly bootstrapped with Create React App

Development setup

I used Yarn Workspaces to simplify dependencies... for now

Make sure you're on the right Node version:

$ nvm use

Install them dependencies:

$ yarn install

Run both frontend and backend with one command:

$ yarn start

Runs the frontend and the backend in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Docker development

Docker compose

Make a copy of env-sample and fill in the details as you like.

Run docker compose up --build and you'll have the full stack (MongoDB, mongo-express, frontend and backend).

Frontend at http://localhost:3000

DB admin UI at http://localhost:8081

Frontend container

Build the frontend image:

$ cd frontend
$ docker build . -t jupiter/frontend

Create a container and start the container:

$ docker create --name frontend -p 3000:3000 jupiter/frontend && docker start frontend

You should be able to see the app at http://localhost:3000. Follow the same steps for backend if you want the containerized version only.

jupiter-envelope's People

Contributors

dependabot[bot] avatar igsu-bravo 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.