Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 950 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 950 Bytes

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