0.2.6 • Published 6 years ago

neolitik-atomic-ui v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

atomic-ui

Build Status BCH compliance

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