- React 17+
- Note: Enviroment variables are located here, and will only be accessible to the core developers.
- Before starting, make sure to install Yarn. Also, avoid using npm in this repository.
-
Clone this repository
git clone https://github.com/wncc/ResoBin.git cd ResoBin
-
Install dependencies:
yarn install
-
Copy the environment variables to the base directory (current directory)
-
Finally, run the development server:
yarn start
-
The frontend server runs at
http://localhost:3000
, and might take a few minutes to start.
-
Build the project
yarn build
-
Serve the
/build
directory using your webserver (Nginx or Apache)
-
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