Skip to content

gitfunded/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitFunded client web application

Web application for GitFunded. It's built with the latest versions of React, Redux, Parcel, Truffle and has a superior organization and directory structure. It comes with a solid CSS, React.

Getting started

  1. Clone the repo.

    git clone https://github.com/gitfunded/web.git
  2. Navigate to the project

    cd web
  3. Install the node dependencies.

    npm install
  4. Start your local blockchain (I use Ganache-CLI) on a different terminal.

    ganache-cli --networkId 10 --seed seedphrase
  5. Add modify contracts in the /contracts directory, then compile, test and migrate it.

    cd contracts
    truffle migrate
  6. Start the dapp, then point your browser to localhost:3000. If you want to use yarn instead of npm, just nuke the node_modules directory and run the command yarn install.

    npm start
    
    
  7. Build the Dapp for production, use the build command. A production build of the entire Dapp will be placed in the /build folder.

    npm run build

About

GitFunded client web application - React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages