Skip to content

conditional-token/conditional-token-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional Token Frontend

Production APP is available at https://conditional-token-frontend.herokuapp.com/

To use you need first:

Backend is available at: https://github.com/conditional-token/conditional-token-backend

To setup app environment

make setup

Install required dependencies, and make Build

To run in development mode use:

make start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

To build app to production

make build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.