Skip to content

this is the boilerplate of webpack configuration in react

Notifications You must be signed in to change notification settings

aruskoding-ed/react-webpack-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargazers Issues LinkedIn


Logo

React Webpack Boilerplate (**Still on progress**)

This project is how to configure the React Apps by using webpack
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact
  5. Acknowledgements

About the React Webpak Boilerplate

Product Name Screen Shot

So this project is my result of my Project-based learning to explore more deep about Decentralize application that build on Ethereum networks, and to know on how the simple example Ethereum blockchain integration on the website application.

Here's why and my purpose for this Learning Repository: ~~ * Counter app is most simple case study to learn on how the website application works~~ ~~ * And I also want to make it more clear on how Integrate each functions on our website developer that can be store on the Ethereum blockchain networks.~~

And not forget to say thanks to spalladion for the great counter dApps repository. Your repository inspired me to add more complex implementation about this dApp projects.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

This projects is built with

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them. (if you haven't any npm installation before)

  • npm
    npm install

Installation

  1. Clone the repo
    git clone https://github.com/aruskoding-belajar/react-webpack-boilerplate.git
  2. Install NPM packages
    npm install
  3. Compile the smart contract from contratcs/Coutner.sol
    npm run compile
  4. Running the Ganache-cli
    ganache-cli
  5. add the .env file to your local environment
    PROVIDER_URL=ws://localhost:8545
  6. you can also add your own choice local address from ganache-cli
    FROM='your address from ganache-cli'

Roadmap

See the open issues for a list of proposed features (and known issues).

Contact

Arista - @Arista_Indra - [email protected]

Project Link: React Webpack Config

Acknowledgements

About

this is the boilerplate of webpack configuration in react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 16.0%
  • CSS 1.9%