tomasperezv / nevada

Jobandtalent's frontend library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nevada Build Status npm version

npm

This repository contains Jobandtalent frontend code components (less, javascript and coffeescript).

The core is based on es6 combined with Facebook Flow (for static type capabilities) and Redux as an internal architecture.

Goals

  • Avoid having duplicated code across our different projects.
  • Reuse code and components easily.

Unit tests

Run npm run server and open the webpack-dev-server link

It supports live-reload, so if you modify a module both javascript, coffeescript or less it will be automatically compiled and the browser will take the changes without needing a page refresh.

You can also run the tests manually npm test.

Code coverage

Documentation

You can find the extensive documentation in the sandbox or read it online.

License

Apache 2

Maintainer

Jobandtalent Frontend Guild

About

Jobandtalent's frontend library

License:Apache License 2.0


Languages

Language:JavaScript 88.4%Language:CSS 5.8%Language:HTML 3.0%Language:CoffeeScript 2.8%