Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

uclaacm/ResearchUCLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResearchUCLA

Setting up environment for the first time

Preferred IDE: VS Code

Overall Development Workflow

This workflow is for if you want to run the entire application using Docker.

  1. Navigate to the project directory
  2. Make sure your Docker Daemon is running. For Mac, you'll see the whale icon on the top right corner which is the daemon, so make sure that is running.
  3. Run docker-compose up --build when you've made changes to the code. Or omit the --build flag if you have made no changes.
  4. Go to http://localhost:3000/

React.js Development Workflow

It is often slow to do front-end development in a Docker container and wait for code to build. If you are only working on the frontend, run only the backend services through docker-compose, and run the frontend locally.

Steps:

  1. Comment out the client configs in docker-compose.yml.
  2. cd client
  3. npm install (do this only the first time or if you change client/package.json)
  4. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages