Skip to content

⚡ React AZap it's an easy to use React UI lib boilerplate

License

Notifications You must be signed in to change notification settings

wanderlima/react-azap

Repository files navigation

⚡ React AZap

License: MIT Dependencies DevDependencies

An easy to use React UI lib boilerplate.

Highlights

  1. Dev environment with Storybook
  2. Styled Components
  3. Plop Component generator
  4. Jest + Enzyme

Get Started

git clone https://github.com/wanderlima/react-azap my-lib
cd my-lib
rm -rf .git
git init

Development

npm i
npm start

Tests

Run tests of your components using:

npm test

Component Generator

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.


License

Copyright (c) 2019 Wander Lima Licensed under the MIT license.


Project created by Wander Lima.