Releases: jeffwillette/create-react-npm-component
Releases · jeffwillette/create-react-npm-component
Version 0.0.2
As of this release the project makes a component which can be imported into another react component
- it hot reloads with the command
npm start
- it will make a production build with
npm build