X Tutup
The Wayback Machine - https://web.archive.org/web/20201026122111/https://github.com/AngularClass/extensis-angular2
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
e2e
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Angular 2 for Extensis

The documentation folder will have guides for general app changes, designs, and practices as well as documentation for testing. In addition, I have littered comments throughout the code base explaining things as well as showcasing in pseudo code how they might work.

Usage

  • Clone or fork this repository
  • Make sure you have node.js installed version 5+
  • Make sure you have NPM installed version 3+
  • WINDOWS ONLY run npm install -g webpack webpack-dev-server typescript to install global dependencies
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:3000
  • if you want to use other port, open package.json file, then change port in --port 3000 script

Tests

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup