An easy to use React UI lib boilerplate.
- Dev environment with Storybook
- Styled Components
- Plop Component generator
- Jest + Enzyme
git clone https://github.com/wanderlima/react-azap my-lib
cd my-lib
rm -rf .git
git init
npm i
npm start
Run tests of your components using:
npm test
Use the Plop Component Generator to start a new component [ Class | Functional Stateless | Functional Stateful ].
npm run generator
A new component will be generated with all required files and an import & export will be added to src/components/index.js.
ATTENTION: Update the reference if you delete/rename your component on src/components/index.js.
Copyright (c) 2019 Wander Lima Licensed under the MIT license.
Project created by Wander Lima.