Skip to main content
  1. All Posts/

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

  1. Register at https://moltin.com/
  2. Get the public key from the site
  3. Update the PUBLIC_ID in app/dataService/service.details.ts with your public ID.
  4. Create a store at https://forge.moltin.com/ after registration

Prerequisities

  1. Node.js
  2. A Moltin Store account
  3. Public Key from Moltin

Installing

  1. Install Node.js from https://nodejs.org/en/
  2. 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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License – see the LICENSE.md file for details

Acknowledgments