dexlab-io / dexpay-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kickoff Reactjs

An boilerplate for frontend apps using ReactJs with batteries included.

DEMO

Remix on Glitch

Requirements

- [Node](https://nodejs.org) 4.x or better

Stack

- [React](http://facebook.github.io/react)
- [create-react-app](https://github.com/facebook/create-react-app)
- [Apollo GraphQL](https://www.apollographql.com)

Installation

Close this repository locally by:

git clone https://github.com/perminder-klair/kickoff-reactjs.git app

Start by installing dependencies:

yarn install

Running

Once dependencies are installed, run with:

yarn start

Configuration

Configuration file is located at .src/utils/config.js

Build

To build for production

yarn run build

About

License:MIT License


Languages

Language:JavaScript 67.7%Language:CSS 32.0%Language:HTML 0.3%