Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosgilf/polymerapp
:convenience_store: Basic web components to create an e-commerce
https://github.com/marcosgilf/polymerapp
Last synced: 28 days ago
JSON representation
:convenience_store: Basic web components to create an e-commerce
- Host: GitHub
- URL: https://github.com/marcosgilf/polymerapp
- Owner: marcosgilf
- License: other
- Created: 2016-04-20T07:11:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T11:42:42.000Z (over 8 years ago)
- Last Synced: 2023-03-01T02:31:51.853Z (almost 2 years ago)
- Language: HTML
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# polymerapp
:convenience_store: Basic Polymer web components to create an e-commerceBasic API REST with MongoDB, Express, NodeJS and Web Components with Polymer.
# Changelog
### V.0.1.0 - 2016-04-20
* First steps to initialize the app
# APP INIT
* Download the project folder or clone the repository
* Install dependencies with `$ npm install` and `$ bower install`# APP RUN
* Run the server with `$ nodemon` or `$ npm start`. Now the app is running on port 3000.
* Run the automatics frontend tasks with `$ grunt`