Skip to content

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

Notifications You must be signed in to change notification settings

kayprogrammer/bidout-auction-react

Repository files navigation

BidOut Auction React

Related Repos

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages