/guessify

Primary LanguageJavaScript

README

To start developing in this project, you need to install 7 main dependencies.

  1. NodeJS
  2. Cordova
  3. Ionic
  4. Gulp
  5. After all dependecies installed, you should execute in your prompt npm install
  6. run npm install -g bower
  7. execute bower install

to initialize the application, in your terminal you should execute ionic serve command, and to run gulp to watch your sass and js files, execute the command gulp watch