Create React Dependency

Create React Dependency

  • Docs
  • Contributing
  • Help

›Getting Started

Getting Started

  • Getting Started
  • Structure
  • Scripts
  • Projects
  • How to Contribute
  • Code of Conduct

Scripts

Start the development application

Using webpack with reference to folder src/dev.

npm start
// OR
yarn start

Build the library

Using babel with reference to folder src/lib.

npm build
// OR
yarn build

Build the development application

Using webpack with reference to folder src/dev.

npm build:app
// OR
yarn build:app

Test the project

Using jest with reference to folder src/lib. Is possible edit the test config in package.json.

npm test
// OR
yarn test
← StructureProjects →
  • Start the development application
  • Build the library
  • Build the development application
  • Test the project
Create React Dependency
Docs
Getting StartedHow to contributeProjects
Community
Stack Overflow
More
GitHub
Copyright © 2022 N.A.D.A.