CanCodes / CSE348

CSE348 Development Environment Containerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSE348 All Platforms Setup

This repository will help you setup your development environment for CSE348.

Pre-requisites

  • Docker
  • Git (Optional)
  • Editor of your choice (VSCode, Vim, Sublime, Atom, etc.)

Setup

  1. Clone this repository
git clone https://github.com/cancodes/cse348.git
  1. Change directory to the repository
cd cse348
  1. Run the following command to start the development environment
docker-compose up -d
  1. Open your browser and navigate to http://localhost:8080

About

CSE348 Development Environment Containerized

License:GNU General Public License v3.0