Skip to content

FBDevCLagos/fb-group-stat

Repository files navigation

CircleCI

FB GROUP STAT

This is the Frontend React based app for FB GROUP STAT

Prerequisites

Install Node.js

Clone

Navigate to your work directory and clone the project

$ git clone https://github.com/<YOUR-NAME>/fb-group-stat.git
$ cd fb-group-stat

Install

Navigate to fb-group-stat directory, then run npm install to install Node packages, ensure you have babel-cli on your system

$ npm install -g webpack
$ npm install -g babel-cli
$ npm install

Start the Server

Run npm start to start fb-group-stat server

$ npm start

Lint

Run code analysis using below command.

$ npm run lint
$ npm run lint:watch

Test

Run the unit tests using below command (via mocha).

$ npm run test
$ npm run test:watch
$ npm run test:coverage

New and exciting contributors are welcome!

Please read through the CONTRIBUTING GUIDE before picking up/raising an issue. It's quite short :)

MIT License

About

A simple app for getting group statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published