REGA-RS / meteor-token

Meteor angular web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meteor-token

The project is designed to be a mobile application. It realizes insurance for customers as blockchain tokens. The tokens to be a part of ethereum smart contracts. Partners emit tokens to customers.

  1. Install meteor: https://www.meteor.com/install

  2. Clone the project to a folder:

  3. Install meteor packages:

    try

    • meteor npm install

    or

    • meteor add accounts-base
    • meteor add accounts-meteor-developer
    • meteor add accounts-password
    • meteor add accounts-ui
    • meteor add alanning:roles
    • meteor add angular-compilers
    • meteor add check
    • meteor add ecmascript
    • meteor add email
    • meteor add meteor add es5-shim
    • meteor add meteor-base
    • meteor add mobile-experience
    • meteor add mongo
    • meteor add npm-bcrypt
    • meteor add reactive-var
    • meteor add session
    • meteor add shell-server
    • meteor add standard-minifier-css
    • meteor add standard-minifier-js
    • meteor add tracker
  4. Start meteor:

    • meteor
  5. Open: http://localhost:3000

Later

  1. To get updates:

    • git pull

For a while use:

  • ****** as fixed password,
  • 1111 as fixed SMS-code.

About

Meteor angular web application.


Languages

Language:TypeScript 74.6%Language:HTML 18.8%Language:CSS 6.6%