Skip to content

AdithyaKrishnaK/ResoBin

 
 

Repository files navigation

ResoBin - Easily Share Course Material

Requirements

  • React 16.8+

Getting started

Development

  • Install required modules:

    yarn install
  • Run development server:

    yarn start
  • Frontend server runs at http://localhost:3000

Production (deployment with Docker)

  • Build & tag the image file

    docker build --rm -f Dockerfile -t resobin:latest .
  • Run the image file

    docker run --rm -d -p 80:80 resobin:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%