Code Monkey home page Code Monkey logo

eos-dapp-boilerplate's People

Contributors

dependabot[bot] avatar gaboesquivel avatar gmory avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eos-dapp-boilerplate's Issues

TypeScript on Demux

I'm not used to TypeScript, I understand the benefits, however most TypeScript code I see looks a bit alien to me, people tend to write object oriented code when using typescript.

The Demux service we currently have inherited code style from MonsterEOS.

I want to open up the discussion for this.

Personally, I'm fine without TypeScript.

Poor Getting Started Documentation

Summary

Getting started documentation is poor. It is not immediately obvious you need to run cd services/frontend && yarn && cd ../../ && make start instead of make start.

Steps to reproduce: How did you encounter the bug? Instructions to reproduce it.

Clone the project. Run make start.

Expected behavior: How did you expect it to behave?

It would fire up the app without problems

Actual behavior: How did it actually behave?

Complained that rimraf could not be found, which is obviously due to the node_modules folder being missing.

Possible Solutions

Changing the make start command to this cd services/frontend && yarn && cd ../../ && ./scripts/start.sh would be more appropiate.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.