Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 793 Bytes

Requirements Koppa

  • latest version of node
  • Gulp
  • bower & npm
  • Git

Development Koppa

  1. Run npm install gulp-cli --g
  2. Run npm install to install server dependencies.
  3. Run bower install to install front-end dependencies.
  4. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.
  5. ????
  6. Profit

Linting Koppa

We use ESLint to ensure a consistent code style and avoid buggy code.