Skip to content

vsumner/frau-angular-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seed

Getting started seed for angular

##Running Locally

To run the seed application locally from your machine, run the following from within the frau-angular-seed project:

npm run watch

or, on Windows:

npm run watch:win

This will:

  • build the application with an appconfig.json specific for local builds
  • set up a watch to rebuild the application whenever any changes occur
  • start a local app resolver
  • start a local web server to host your application

The app resolver can be visited at:

http://localhost:3000/resolve/{app-id}

The application's appconfig.json can be viewed at:

http://localhost:3000/app/appconfig.json

The application can be viewed from within Brightspace by visiting:

http://{instance}/d2l/apps/{app-id}/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published