Skip to content

A simple Usabilla dashboard with Vanilla JavaScript(ES6).

Notifications You must be signed in to change notification settings

danialkalbasi/components-with-es6

Repository files navigation

React components style with vanilla js

A group of components which built with Vanilla JavaScript(ES6).

Usabilla Dashboard

Install

Run yarn or npm install.

Development server

Run yarn start or npm start to start the development server. Navigate to http://localhost:8080.

Build

Run yarn build or npm run build to build the project for production. This script run the unit tests and code linting before run the build script. Use the yarn build:dev for a development build.

Unit tests

Run yarn test or npm run test. To view test coverage, run yarn test:coverage.

Code styles

Run yarn lint or npm run lint.

Environments

Tested with node: v8.x.x, yarn: v1.x.x, and npm: v5.x.x

About

A simple Usabilla dashboard with Vanilla JavaScript(ES6).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published