Skip to content

SPA of an small vending spot for trustfull users. Uses React 16, TypeScript and MaterialUI.

Notifications You must be signed in to change notification settings

guizoxxv/pindureta-app

Repository files navigation

Pindureta APP

SPA of an small vending spot for trustfull users. Users can choose to pay any amount during the purchase or pay later.

Screenshot from Pindureta

Back-end in https://github.com/guizoxxv/pindureta-back

Technology

  • React v16.14.0
  • Typescript v3.2.1
  • Material UI v4.11.0

Installation

  1. Install the dependencies
npm install

Configuration

  1. Provide the back-end base URL by setting the apiBaseURL constant in the src/config/index.ts file

Usage

  1. To run the application locally:
npm start

The application will start at port 8080 by default. To change edit the PORT entry in the start script in package.json

  1. To run the application in production:

    2.1. Build the application

    npm run build
    

    2.2. Deploy the generate builds folder.

About

SPA of an small vending spot for trustfull users. Uses React 16, TypeScript and MaterialUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published