https://github.com/nodefactoryio/react-web3-starter
Starter repo with react configurations and web3 boilerplate.
https://github.com/nodefactoryio/react-web3-starter
Last synced: 13 days ago
JSON representation
Starter repo with react configurations and web3 boilerplate.
- Host: GitHub
- URL: https://github.com/nodefactoryio/react-web3-starter
- Owner: NodeFactoryIo
- Created: 2020-09-06T13:15:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T12:32:27.000Z (about 5 years ago)
- Last Synced: 2025-02-27T00:56:01.058Z (over 1 year ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React Web3 Starter
Starter repository for developing React front-end apps.
Bootstrapped with [Create React App](https://github.com/facebook/create-react-app) with addition of own flavor's to reduce initial boilerplate and solve common problems.
## Requirements
Following software is required to be installed to use this repo:
* [NodeJs](https://nodejs.org/en/) >= v12
* [Yarn](https://yarnpkg.com/en/docs/install#debian-stable)
## Usage
- `yarn install` - will run and configure everything for you
#### Development
- `yarn start` - runs the app in the development mode @ [http://localhost:3000](http://localhost:3000)
- `yarn storybook` - runs component documentation in the development mode @ [http://localhost:6006/](http://localhost:6006/)
#### Tools
- `yarn lint` - analyze code and report problems
- `yarn lint:types` - check type errors
- `yarn lint:fix` - fix code problems, if unable will report them
- `yarn i18n` - extract translations from code
- `yarn test` - run unit tests
- `yarn eject` - unpack `react-scripts` in to the project [more information](https://create-react-app.dev/docs/available-scripts/)
- **Note: this is a one-way operation.**
#### Production
- `yarn build` - builds the app for production to the `build` folder [more information](https://facebook.github.io/create-react-app/docs/deployment)
- `yarn build-storybook` - builds documentation can be served over static web server