This is the Frontend React based app for FB GROUP STAT
Install Node.js
- on OSX use homebrew
brew install node - on Windows use ch:ocolatey
choco install nodejs
Navigate to your work directory and clone the project
$ git clone https://github.com/<YOUR-NAME>/fb-group-stat.git
$ cd fb-group-statNavigate 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 installRun npm start to start fb-group-stat server
$ npm startRun code analysis using below command.
$ npm run lint
$ npm run lint:watchRun the unit tests using below command (via mocha).
$ npm run test
$ npm run test:watch
$ npm run test:coverageNew and exciting contributors are welcome!
Please read through the CONTRIBUTING GUIDE before picking up/raising an issue. It's quite short :)
MIT License