A group of components which built with Vanilla JavaScript(ES6).
Run yarn
or npm install
.
Run yarn start
or npm start
to start the development server. Navigate to http://localhost:8080
.
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.
Run yarn test
or npm run test
. To view test coverage, run yarn test:coverage
.
Run yarn lint
or npm run lint
.
Tested with node: v8.x.x, yarn: v1.x.x, and npm: v5.x.x