@djg82/pruebanpmdjg.
v3.0.9
Published
prueba publish
Downloads
40
Readme
This project was bootstrapped with npm init.
Available Scripts
In the project directory, you can run:
yarn test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
Publishing
To publish the project, you can run:
npm publish
After a successful build this will publish the code to the npm repository. Make sure that you have updated the [version] in package.json
before publishing.
Adding a New Component
To add a new component, first create the source file in the src/components
folder.
Then add the [export] line to the src/index.js
file.
Follow the instructions for building the project and publishing the project above.