ResoBin
- Easily Share Course Material
- React 16.8+
-
Install required modules:
yarn install
-
Run development server:
yarn start
-
Frontend server runs at
http://localhost:3000
-
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