ti-tar / auction-frontend

Frontend side of simple auction project. React + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auction Frontend

This is the frontend part of my simple auction boilerplate. Backend is here. Written with React + Typescript. Four entities are here: user, lot, bid and order.

Stack:

  • React bootstrapped with create-react-app.
  • React Router
  • Redux + Redux Saga + Redux Form
  • SCSS with node-sass
  • Typescript

Features:

  • jwt
  • socket.io

To start app:

  • git clone git@github.com:ti-tar/auction-frontend.git & cd auction-frontend

  • npm i (node 8.x and higher)

  • npm start (runs on http://localhost:3000)

  • for building npm run build

About

Frontend side of simple auction project. React + Typescript


Languages

Language:TypeScript 81.6%Language:CSS 14.9%Language:JavaScript 1.8%Language:HTML 1.6%