Skip to content

nanoswap/web

 
 

Repository files navigation

Documentation

Mantis documentation helps you out in all aspects from Installation to deployment.

Technology stack

  • Material UI V5
  • Built with React Hooks API.
  • Redux & React context API for state management.
  • Redux toolkit.
  • React Router for navigation routing.
  • Support for react-script.
  • Code splitting.
  • CSS-in-JS.

Usage

Start the local firebase emulator

firebase emulators:start

Environment variables you might need:

export FIREBASE_AUTH_EMULATOR_HOST="127.0.0.1:9099"
export NODE_ENV=development

Start the web app with npm start or yarn start

Ports

(subject to change)

  • localhost:8000 --> server
  • localhost:9099 --> firebase emulator
  • localhost:3000 --> web UI

Credits

Fingerprint logo: Touch id icons created by Pixel perfect - Flaticon

Website template: Mantis and CodedThemes, licensed under MIT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • HTML 1.4%