FBDevCLagos / hiddenwisdom-react-js

Hidden Wisdom Front End Project
MIT License
4 stars 0 forks source link

Hidden Wisdom React

CircleCI build status Coverage Status

GitHub contributors GitHub closed issues GitHub issues GitHub pull requests

license

Reviving our wealth cultural heritage of wisdom and proverbs

[SETUP]()

This is the Frontend React based app for Hidden Wisdom.

Prerequisites

Install Node.js

Clone

Navigate to your work directory and clone the project

$ git clone https://github.com/<YOUR-NAME>/hiddenwisdom-react-js.git
$ cd hiddenwisdom-react-js

Install

Navigate to hiddenwisdom-react-js 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 hiddenwisdom-react-js 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

CONTRIBUTING

New and exciting contributors are welcome!

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

LICENSE

MIT License