Skip to content

An example decentralized application talking directly to the Lightstreams Network

Notifications You must be signed in to change notification settings

lightstreams-network/example-browser

Repository files navigation

Example Browser App on Lightstreams Network

A decentralized application running on the Lightstreams Network

Introduction

You can create a new account (i.e. wallet) and login with that account.

Features

This app features the latest tools and best practices for development.

  • βš› React β€” 16.7.0-alpha.0 with Hooks
  • β™» Redux β€” State Management
  • πŸ›  Babel β€” ES6 syntax, Airbnb & React/Recommended config
  • πŸš€ Webpack β€” Hot Reloading, Code Splitting, Optimized Build
  • πŸ’… CSS β€” Styled Components
  • βœ… Tests β€” Jest, React Testing Library & Cypress
  • πŸ’– Lint β€” ESlint
  • 🐢 Husky β€” Prevent bad commits

Getting started

  1. Clone this repo using https://github.com/lightstreams-network/example-browser.git
  2. Move to the appropriate directory: cd example-browser.
  3. Run yarn or npm install to install dependencies.
  4. Run npm start to see the example app at http://localhost:8080.

Commands

  • npm start - start the dev server
  • npm run build - create a production ready build in build folder
  • npm run lint - execute an eslint check
  • npm run lint:fix - execute an eslint and fix the errors
  • npm test - run all tests
  • npm run test:watch - run all tests in watch mode
  • npm run test:cover - coverage mode
  • npm run cypress:open - starts cypress

About

An example decentralized application talking directly to the Lightstreams Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published