Skip to content

piyushpalod/HealthClues

Repository files navigation

Getting started

First, install Node.js . We won't actually be running node, but we do want its package manager, npm. Note: This is only a build dependency and is not required for production servers.

All commands below are from your terminal or command line

  1. Clone the project. git clone https://github.com/piyushpalod/HealthClues.git
  2. Install the dependencies. npm install
  3. Build and run. gulp * This requires Gulp to be installed globally with npm install gulp -g or you can run gulp locally with node .\node_modules\bin\gulp.js

This will build the AngularJS app and open it in your default browser.

File organization best practices

File organization is based on the LIFT principle.

  • Locate our code easily.
  • Identify code at a glance.
  • Flat structure kept as long as possible.
  • Try to stay DRY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published