@jobandtalent/nevada
v2.0.10
Published
Nevada: Jobandtalent frontend-framework
Downloads
15
Keywords
Readme
Nevada
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
.
Documentation
You can find the extensive documentation in the sandbox or read it online.
License
Apache 2