Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Super lightweight boilerplate using react, es6, truffle, and webpack

Notifications You must be signed in to change notification settings

XLNT/react-es6-truffle-webpack-boilerplate

Repository files navigation

react-es6-truffle-webpack-boilerplate

A super lightweight boilerplate using react, es6, truffle, and webpack.

Getting started

Start a local blockchain like Ganache. You can use Ganache CLI or the desktop client.

ganache-cli

Add an .env file depending on which port ganache is running on and which port you want your server running on.

// .env
PORT=5000
RPC_HOST="127.0.0.1"
RPC_PORT=7545

Compile and migrate your local smart contracts.

truffle compile
truffle migrate --reset

Install packages and start server (I prefer using yarn)

yarn
yarn start

About

Super lightweight boilerplate using react, es6, truffle, and webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published