GitHunt
KA

kayprogrammer/bidout-auction-react

A Simple Bidding Platform Built With ReactJs, Chakra UI And Redux Toolkit

BidOut Auction React

alt text

React Docs: Documentation

Chakra UI Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/bidout-auction-react.git

In the root directory:

  • Install all dependencies
    $ npm install
  • Create an .env file and copy the contents from the .env.example to the file and set the respective values.

  • Run Locally

    $ npm start

With Docker

  • Docker Direct
    $ docker build -t bidout-auction-react .
    $ docker run -it -p 3000:3000 bidout-auction-react
  • Docker With Makefile
    $ make build
    $ make up 

alt text

Languages

JavaScript98.3%HTML1.2%Dockerfile0.4%Makefile0.1%CSS0.0%

Contributors

Created April 29, 2023
Updated January 24, 2025