Thanks to visit codestin.com
Credit goes to github.com

Skip to content

marcbperez/mdl-estore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdl-estore

Generic eStore template made with Material Design Lite and AngularJS.

Installation

The sources from this project can be used directly from a browser, although you may want to install Python for a quick demonstration server.

Usage

The sources can be cloned and used from a development server. The example below will make the project available at http://127.0.0.1:8000/.

git clone https://github.com/marcbperez/mdl-estore
cd mdl-estore
python -m SimpleHTTPServer 8000

Testing

There is no testing in place for this project yet.

Troubleshooting

The issue tracker intends to manage and compile bugs, enhancements, proposals and tasks. Reading through its material or reporting to its contributors via the platform is strongly recommended.

Contributing

This project adheres to Semantic Versioning and to certain syntax conventions defined in .editorconfig. To get a list of changes refer to the CHANGELOG. Only branches prefixed by feature-, hotfix-, or release- will be considered:

  • Fork the project.
  • Create your new branch: git checkout -b feature-my-feature develop
  • Commit your changes: git commit -am 'Added my new feature.'
  • Push the branch: git push origin feature-my-feature
  • Submit a pull request.

Credits

This project is created by marcbperez and maintained by its author and contributors.

License

This project is licensed under the Apache License Version 2.0.

About

Generic eStore template made with Material Design Lite and AngularJS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published