App using Angular2 for Frontend and Moltin as the Backend and API provider.
- 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
- Node.js
- A Moltin Store account
- Public Key from Moltin
- 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
- Node.js for Typescript compiling and Server
- Moltin for eCommerce backend and apis
- Angular2 for frontend
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details
- 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/