Skip to content

dompainter/dms

Repository files navigation

DMS 🚧

The purpose of this repository is to provide a component library that is demonstrated through storybook and tested using jest. I have added additional libraries (such as webpack and babel) in case this turns into more than a component library further down the line.

Contains 🎁

  • React βš›
  • ESLint πŸ•΅οΈβ€β™‚οΈ
  • Webpack πŸ“¦
  • Babel βš™οΈ
  • Live updating ♻️
  • Storybook πŸ“š
  • Jest and Enzyme testing πŸ§ͺ

Scripts πŸ–Œ

  • npm run dev to run the project at localhost:8080
  • npm run lint to lint the project (ESLint config file provided)
  • npm run webpack to build and bundle the project into a build directory (not provided here)
  • npm run storybook to run storybook at localhost:6006
  • npm run build-storybook to build a storybook bundle
  • npm run test to execute all test files using jest

Getting started 🏁

  1. Clone this repository
  2. Create a repository in GitHub
  3. Run git remote add origin https://github.com/<<github-username>>/<<repo-name>>.git
  4. Run git push -u origin master to push to your new repository
  5. Run npm i to install dependencies
  6. Run npm run dev and you are all set!

About

All the Components πŸš€πŸ’«

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published