/erplite

This is a ERP for small business

Primary LanguageCoffeeScript

#Erplite This is a ERP for small business.

Use AngularJS for frontend MVC.
Use Bootstrap for responsive design.

Use REST api for backend.

##Start django server
create database in mysql

change mysql configs in Server/Server/settings.py

cd erplite
python Server/manage.py syncdb
python Server/manage.py runserver

##Start Web Client ###Install We use bower to manage vendor libs

cd erplite/webapp
npm install
bower install
grunt build
cd dist
http-server

open localhost:8080/index.html ###Run test ###Build

##Contribute to Erplite ###Use CoffeeScript install coffeescript

sudo npm install -g coffee-script

Add syntax and snippet to TextMate or Subline coffee-script-tmbundle

build the coffees

###Editor Config Please follow the indent in .editorconfig
You may need this plugin in Sublime.
Others please refer to EditorConfig