1.3.0 • Published 7 years ago
crvs-hello v1.3.0
React NPM library starter kit
Deploy
yarn run build
npm publishGetting Started
Clone repo
git clone https://github.com/DimiMikadze/create-react-library.gitInstall dependencies
yarn install
Start development server
yarn start
Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.
Library files
All library files are located inside src/lib
Demo app
Is located inside src/demo directory, here you can test your library while developing
Testing
yarn run test
Build library
yarn run build
Produces production version of library under the build folder.
Publish library
npm publish