KA
kayprogrammer/bidout-auction-react
A Simple Bidding Platform Built With ReactJs, Chakra UI And Redux Toolkit
BidOut Auction React
Related Repos
- Bidout Auction API With Sanic
- Bidout Auction API With Litestar
- Bidout Auction API With Django Rest Framework
- Bidout Auction API With Django Ninja
- Bidout Auction API With FastAPI
- Bidout Auction API With Go Fiber
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.gitIn the root directory:
- Install all dependencies
$ npm install-
Create an
.envfile and copy the contents from the.env.exampleto the file and set the respective values. -
Run Locally
$ npm startWith 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 On this page
Languages
JavaScript98.3%HTML1.2%Dockerfile0.4%Makefile0.1%CSS0.0%
Contributors
Created April 29, 2023
Updated January 24, 2025

