Moltin-Angular-App
eCommerce
CSS
Angular 2 App For Moltin
App using Angular2 for Frontend and Moltin as the Backend and API provider.
Getting Started
- Register at https://moltin.com/
- Get the public key from the site
- Update the PUBLIC_ID in app/dataService/service.details.ts with your public ID.
- Create a store at https://forge.moltin.com/ after registration
Prerequisities
- Node.js
- A Moltin Store account
- Public Key from Moltin
Installing
- Install Node.js from https://nodejs.org/en/
-
Run the following commands from you terminal or command prompt from the project folder
npm install
npm start
Built With
- Node.js for Typescript compiling and Server
- Moltin for eCommerce backend and apis
- Angular2 for frontend
Contributing
- Fork it!
-
Create your feature branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -am 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
This project is licensed under the MIT License – see the LICENSE.md file for details
Acknowledgments
- Node.js Server and TypeScript compiler setup done according to offical Angular 2 Site https://angular.io/
- Moltin for its ecommerce API http://moltin.com/