Skip to content

huasteka/cihuacoatl

Repository files navigation

Cihuacoatl

Cihuacoatl is a open source mobile application for small businesses management, developed with Ionic.

Recommended IDE Setup

VSCode + Ionic + TSLint.

Customize configuration

See Ionic Angular Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run start

Compile and Minify for Production

npm run build

Run Unit Tests with Karma

npm run test

Lint with TSLint

npm run lint