Skip to content

Challenge for those seeking a role as a front-end developer at AMARO

Notifications You must be signed in to change notification settings

gilbarbara/front-end-challenge

 
 

Repository files navigation

Amaro Demo

O demo foi construido usando React/Redux com Webpack e SASS

Instruções

npm install
npm start

E o build:

npm run build #into /dist

Tests

Os unit tests usam Mocha/Expect. E Enzyme para React Components

npm test

Testes de automação usam Nightwatch/Selenium

npm run test:ui #caso já esteja rodando o dev-server
npm run start:test:ui #pra rodar o dev-server, passar o teste e fechar

Code style

ESLint com styleguide do Airbnb.

npm run lint

About

Challenge for those seeking a role as a front-end developer at AMARO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • CSS 30.2%
  • HTML 3.0%