Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

BoringTorvalds/mirror-frontend

Repository files navigation

Mirror Frontend

This project uses this Electron & ReactJS template

Install

  • Node version: >= 6.0
  • NPM version >= 3.0
  git clone https://github.com/BoringTorvalds/mirror-frontend

Then, install with NPM or Yarn(faster)

 $ cd mirror-frontend && npm install 

or

 $ cd mirror-frontend && yarn install

#Run

  $ npm run dev