yenbekbay / filmstrip-web

The client-side app for Filmstrip

Home Page:https://filmstrip.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filmstrip Web

Dependency Status devDependency Status Commitizen Friendly

The client-side app for Filmstrip. Built with Next.js (React, Webpack, Glamor), Redux, and Apollo Client.

Website usage demonstration

Running the app

  1. This repository is only the frontend. Run the Filmstrip API first.

  2. Install node/npm/yarn. The app has been tested with node 6.9.1.

  3. Clone and install dependencies:

$ git clone https://github.com/yenbekbay/filmstrip-web.git
$ cd filmstrip-web
$ yarn # npm install
  1. Run the app:
$ yarn start # npm start

License

GNU GPLv3 License © Ayan Yenbekbay

About

The client-side app for Filmstrip

https://filmstrip.cf

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.9%Language:Shell 0.1%