Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbperez/mdl-estore
Generic eStore template made with Material Design Lite and AngularJS.
https://github.com/marcbperez/mdl-estore
angularjs material-design
Last synced: about 7 hours ago
JSON representation
Generic eStore template made with Material Design Lite and AngularJS.
- Host: GitHub
- URL: https://github.com/marcbperez/mdl-estore
- Owner: marcbperez
- License: apache-2.0
- Created: 2017-04-23T10:50:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:05:35.000Z (about 4 years ago)
- Last Synced: 2024-10-20T00:35:45.420Z (about 1 month ago)
- Topics: angularjs, material-design
- Homepage: https://mbpez.github.io/mdl-estore/home.html
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/`.```bash
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][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][semver] and to certain syntax
conventions defined in [.editorconfig][editorconfig]. To get a list of changes
refer to the [CHANGELOG][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][author] and maintained by its
[author][author] and contributors.## License
This project is licensed under the [Apache License Version 2.0][license].
[author]: https://marcbperez.github.io
[issue-tracker]: https://github.com/marcbperez/mdl-estore/issues
[editorconfig]: .editorconfig
[changelog]: CHANGELOG.md
[license]: LICENSE
[semver]: http://semver.org