0.0.4 • Published 5 years ago

nmds-react-scripts v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

react-scripts

This package includes scripts and configuration used by Create React App. Please refer to its documentation:

Customization pupose

Transpile untranspiled modules from node_modules for Create React App. Makes it easy to have local libraries and keep a slick, manageable dev experience.

Customized files

  • packages/react-scripts/config/paths.js - Finds your custom react components and gets their full path
  • packages/react-scripts/config/webpack.config.js - Declares which files go through babel loader
  • packages/react-scripts/package.json - Versioning and other stuff
  • packages/react-scripts/scripts/init.js - Initialization messages
  • packages/react-scripts/template/public/index.html - Started index html
  • packages/react-scripts/template/src/App.js - Starter app js

Tutorial

You can follow this tutorial to tweak more of the react scripts.