IjzerenHein / ttvflash

TTV Flash Presentatie App

Home Page:https://ttvflash-2b993.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTVFlash Presentation App

CircleCI

Installation

Clone this repo and run yarn install

Commands

yarn start
yarn lint
yarn build

Directory Layout

├── node_modules/                  # 3rd-party libraries and utilities
├── public/                        # Static files such as favicon.ico etc.
├── src/                           # Application source code
│   ├── components/                # Shared React components
│   ├── routes/                    # Components for pages/screens + routing information
│   ├── history.js                 # Client-side navigation manager
│   ├── index.js                   # <== Application entry point (main) <===
│   ├── registerServiceWorker.json # This list of application routes
├── build/                         # Build output
├── package.json                   # The list of project dependencies + NPM scripts
└── setup.js                       # Customizations for create-react-app

About

TTV Flash Presentatie App

https://ttvflash-2b993.firebaseapp.com/

License:MIT License


Languages

Language:JavaScript 98.0%Language:HTML 2.0%