Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

IcodeNet/AngularSeed

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to initialise the project

This is some documentation about managing the packages and what is needed to get you up and running with this project.

Technology Stack

  • AngularJS: MVW framework
  • JSPM.io: Browser package management built on top of ES6 module loader
  • Babel Transpiler(known as 6to5 previously); turn your ES6+ code to ES5 friendly code)

Project Structure

  • index.html: entry point of the SPA
  • package.json: node module config file
  • config.js: jspm configuration file
  • app folder (under wwwroot) store all application JavaScript, css, img files.
  • app.js single entry point to all application JavaScript files

Setting up the project & package management

There are some steps required before you can start work on this project:

  1. Install the latest version of Node.Js http://https://nodejs.org/

  2. Install the JSPM package manager - to do this, go to your command prompt and type:

    npm install -g jspm

  3. Install the jspm-server - to do this, go to your command prompt and type:

    npm install -g jspm-server

The following will install all dependencies

go to an administrator command prompt and navigate to the root folder of this project and run:

jspm install	

now you can see the SPA running by running the follwoing:

jspm-server

known issues

  1. As we are getting some libraries from github if we get some error around github limits we have to run:

    jspm registry config github    //and follow the instructions
    
  2. jspm has issues installing sometimes if the command prompt is running under administrator privileges. So make sure that you use a normal cmd, navigate to the project's folder and then run the above commands.

About

An Angular Seed that uses Javascript 6 and components. Structure is split by feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.