cakemail-ui-components

7.8.72 • Public • Published

UI-component

The ui-component is an application written in react/js. It is a frontend app library for the Cakemail-app.

Contributors guide

https://github.com/cakemail/ui-components/wiki/Getting-started

Installation

First, you need Node installed on your machine.

Installing node

To install node on your machine:

Windows and Mac : https://nodejs.org/en/download/

Debian:

sudo apt install npm

Fedora:

sudo dnf install npm

Installation dependencies

Then install all the dependencies in your project folder with npm

npm install

Starting

To start your application locally, you must run the following command:

npm run start

By default, the application runs at : http://localhost:6006/

To change webpacks configuration, open the file named : webpack.config.dev.js

Testing

Jest / enzyme are used to create tests.

To run them once:

npm run test

To run the coverage with additional bash options:

npm run testWatch

Readme

Keywords

none

Package Sidebar

Install

npm i cakemail-ui-components

Weekly Downloads

43

Version

7.8.72

License

ISC

Unpacked Size

2.02 MB

Total Files

336

Last publish

Collaborators

  • joemingna