An extesion to list all Steam Offers
Unix -> run this command
make
- npm start: Dev server at http://localhost:8000
- npm test: Tests
- npm run test:tdd: Run tests and watch for diffs
- npm run lint: Verify JS patterns
- npm run lint:fix: Verify JS patterns and fix small errors
- npm run ci: Runs lint and tests
- npm build: Generates
dist
, to production
- React
- React Router
- Redux
- Babel 6 - Javascript Compiler.
- Webpack - Javascript module bundler.
- Eslint - The pluggable linting utility for JavaScript and JSX.
- Husky - Git hooks made easy.
- Mocha - JavaScript test framework.
- Chai - BDD / TDD assertion library.
- Sinon - Standalone test spies, stubs and mocks for JavaScript.
- Nyc - Istanbul command line interface.
- Enzyme - JavaScript Testing utility for React.
- JSDOM - A JavaScript implementation of the WHATWG DOM and HTML standards.
- Stylus - Preprocessor css.
- PostCSS - A tool for transforming CSS with JavaScript.