Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.47 KB

NodeFactory

React Web3 Starter

Starter repository for developing React front-end apps.
Bootstrapped with 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:

Usage

  • yarn install - will run and configure everything for you

Development

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
    • Note: this is a one-way operation.

Production

  • yarn build - builds the app for production to the build folder more information
  • yarn build-storybook - builds documentation can be served over static web server