Skip to content

bencochrane1/stamplay-angular-material-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stamplay Angular Material Seed Project

A starter project for Stamplay apps built with AngularJS and uses Material Design UI https://material.angularjs.org/latest/

Setup Instructions

  • Clone project : git clone https://github.com/bencochrane1/stamplay-angular-material-seed

  • NOTE! : If you want to use version 1.x of the Stamplay JavaScript SDK, checkout the branch after cloning with the following command: git checkout v1-sdk

  • Install the project dependencies : npm install & bower install

  • Configure Stamplay Project : Input your APP ID and API KEY from your Stamplay app dashboard in the corresponding properties in the stamplay.json file in the root of the seed project. Then in the app.module.js file inside of the javascript folder, add in your APP ID into Stamplay.init('YOUR_APP_ID')

  • Create a new Object schema on Stamplay, named "note", with a properties of title, image and link all as a string.

Running locally for development

  • Start development build : gulp dev

  • Start development server : stamplay start & navigate to localhost:8080

Deploying the project

  • Start production build : gulp build

  • Run Stamplay CLI command : stamplay deploy

Preview

About

Stamplay Angular Seed with Material Design UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published