Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Web interface to interact with Pyrrha version of Pandora Boxchain

Notifications You must be signed in to change notification settings

pandoraboxchain/pyrrha-client

Repository files navigation

PandoraBoxChain Explorer Web Application

The pretty straightforward SPA with React/Redux architecture

NOTE: You only need to run this once!

$ npm install # This will install the necessary packages to use the app

To run the app in Development Mode

$ npm run dev

Wait about 30 seconds for your development environment to initialize.

When it finishes, open your browser and go to http://localhost:8080/

If you see the landing page, it means you have set up everything successfully.

List of NPM Commands

$ npm run dev       # build and watch, but javascript not minified
$ npm run build     # build a minified production version
$ npm run lint      # linting using ESLint
$ npm run test      # run test using Jest
$ npm run clean     # it runs before each build, so you don't need to
$ npm run storybook # it starts storybook server

Suggested Workflow

After you check out the repo:

  1. Go to your project root in your host machine ( e.g. your Mac )
  2. Run npm run dev in your terminal ( wait until the dashboard show complete status )
  3. Go to your browser and go to localhost:8080
  4. Make code changes
  5. If there are compilation errors, you will see it in the terminal dashboard
  6. Watch your code changes reflect on browser without refreshing
  7. Repeat your development steps

About

Web interface to interact with Pyrrha version of Pandora Boxchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published