sljavi / react-in-15-min

React presentation in 15 min

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Build Status

React in 15 min

A short, concise and brief presentation of React

Online demo

Presentation keyboard shortcuts:

  • space start/pause the timer
  • b show/hide "bang!" image

App based in React webpack starter template

React webpack starter template

Features

Usage

  • Download the files and place them in your project directory
  • Run npm i to install the dependencies
  • Run npm run build to build the project
  • Run npm run dev to build the project, start watching files and run the local server
  • Run npm test to run the tests once
  • Run npm run test:ci to watch the src directory for changes and run the tests

MISC

About

React presentation in 15 min

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 8.7%Language:HTML 3.4%