Skip to content

sebkim/comparePlain-vs-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It compares two different frontends (ReactJS and plainJS ) for ethereum dAPP.

  • Metamask is required.
  • Rinkeby network is configured in the code.
  • browserify is required when you modify main.js in plain.
    > npm install -g browserify
    

react

  > cd react
  > npm install
  > npm run start

plain

  > cd plain
  > npm install
  > npm run bro
  > npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages