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-stat
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
Run npm start
to start fb-group-stat
server
$ npm start
Run code analysis using below command.
$ npm run lint
$ npm run lint:watch
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