neolitik-atomic-ui
v0.2.6
Published
A React component library based on atomic design concept
Downloads
13
Maintainers
Readme
atomic-ui
React Components Library based on Atomic desing concepts (http://atomicdesign.bradfrost.com/).
This project was bootstrapped with Create React App.
Documentation
Developing new components
Getting started
To begin, install dependencies with
npm install
To run a local server run:
npm start
A new browser window should open up with the following url: http://localhost:3000
Testing components
Testing is provided via create-react-app which includes the jest test runner. Enzyme is also added to enable better integration testing of components via mount.
Execute the following command to run tests. Read more about that here.
npm run test
To also see test coverage when running tests, execute the following command:
npm test -- --coverage