Skip to content

kaiqigong/erplite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

This is a ERP for small business

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •