Hidden Wisdom React
Reviving our wealth cultural heritage of wisdom and proverbs
This is the Frontend React based app for Hidden Wisdom.
Install Node.js
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
Navigate to your work directory and clone the project
$ git clone https://github.com/<YOUR-NAME>/hiddenwisdom-react-js.git
$ cd hiddenwisdom-react-js
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
Run npm start
to start hiddenwisdom-react-js
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