Jordan-Gilliam / lerna-react-storybook-template

Mono Repo Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lerna React Storybook Template

Template for creating a publishable react mono repo


Contributors

Contributors

For the badge

Travis Ci

FeaturesGetting StartedContributingContributorsLicense


Features

  • 🐉 Lerna  - The Monorepo manager
  • 🚀 React  -  JavaScript library for user interfaces
  • 💅 styled-components  -  CSS in JS elegance
  • 💅 prettier-standard  -  Formats with Prettier and lints with ESLint
  • 🛠 Babel  -  Compiles next-gen JavaScript
  • 📖 Storybook - UI Component Environment
  • 🃏 Jest  -  Unit/Snapshot Testing

Getting Started

  • npm run dev - This starts Storybook for viewing all the components locally.
  • npm run bootstrap - This installs all of the packages and links dependent packages together.
  • npm run build - This babelfies all of the packages and creates /lib folders for each one.
  • npm run test - Run all linting and unit tests before committing.

Contributing

Thanks for being you:) contribution guidelines to get started.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Nolansym

💻 ⚠️ 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT

About

Mono Repo Template

License:MIT License


Languages

Language:JavaScript 100.0%