azz0r / azz0r.github.io

Github portfolio built using React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Universe SIM Manager

CircleCI

View a demo here

πŸ“• Index

πŸ’ͺ Installing

npm cache clean;
npm install
npm run start;

or

yarn

Features

  • PPV, moves, wrestlers, brands, shows, championships collections
  • Create a show
  • Drag and drop wrestlers onto relevant targets (championships, matches, brands)
  • Select who wins a match

πŸš€ Launching

  • Development npm run start
  • Build npm run build
  • Test npm run test
  • Test with Coverage report npm run test:coverage

πŸ“š Testing

Powered by Mocha, Chai, Enzyme, Sinon.

  • Run unit tests npm run test

Tests are written by creating .spec files under a tests directory.

✨ Features

  • Hot reloading (v3)
  • Static compile
  • Bundle per route
  • SASS compiling with hot reload
  • Per component SASS
  • Webpack dev & production configs inherit from a common config
  • Mocha, Chai & Enzyme testing
  • Redux
  • React Router 3.0
  • Stage 0, ES6

About

Github portfolio built using React.

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 6.1%Language:HTML 3.7%Language:AppleScript 2.2%