Skip to content

GitFunded client web application - React

Notifications You must be signed in to change notification settings

gitfunded/web

 
 

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

  • JavaScript 99.8%
  • Other 0.2%