New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

atomic-react-components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-react-components

Atomoc design applied to react components

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

Atomoc Design: React POC

Applying patternlab.io design systems to React components.

BEM css class naming convention.

How to use

npm install atomic-react-components --save-dev

GitHub repository: https://github.com/mihaimascas/atomic-react-components

Project setup

$ npm install

Build project:

$ npm run build

Builds the project with webpack config: webpack.config.prod.js.

Run dev server

$ npm run start

Opens web server: localhost:3011 Dev webpack configs are used (webpack.config.dev.js).

TDD

$ npm run test:watch

To oly run the test use:

$ npm run test

Documentation

Library documentation is generated from comments using ESdocs. To generate the documentation use the following command:

$ npm run doc

Documentation is static and is dored in dist/doc folder.

Keywords

react

FAQs

Package last updated on 09 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts