React app that helps you recognize betrayal and victory.
Actually, this is just an application which helps me to try new bleeding edge technologies. This is something like sandbox.
Victory and Betrayal is an Ukrainian meme. Originally it sounds like «зрада і перемога (zrada i peremoha)». Sometimes people also talk about генотьба (genotba — shame).
Long story short: when something goes wrong — it's a zrada (betrayal), when everything goes well — it's a peremoha (victory). So if you don't understand what is going on, just type ask and you'll get an asnwer.
- React — A JavaScript library for building user interfaces.
- Flux — Application architecture for building user interfaces.
- React Router — A complete routing solution for React.js.
- Webpack — A module bundler.
- Babel — The compiler for writing next generation JavaScript.
- PostCSS — A tool for transforming CSS with JavaScript.
- CSS Next — a plugin that transforms new CSS specs into more compatible CSS.
- CSS Modules — A way to scope CSS to a component and escape the global namespace.
- ESLint — The pluggable linting utility for JavaScript and JSX.
- Tests — I'll write tests. Seriously 😃
git clone https://github.com/denysovhan/victory-or-betrayal
cd victory-or-betrayal
npm install
After installation you will have these task:
npm start
— runwebpack-dev-server
in development mode.npm run build
— build project intobuild
directory.npm run deploy
— build and deploy on GitHub Pages.npm run lint
— lint sources.
MIT © Denys Dovhan