Skip to content

skylarstein/angularattack2016-zoltan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Team Zoltan's AngularAttack 2016 Repo

Random company website generator

Resources

Production App

https://zoltan.2016.angularattack.io (Surge flavor) https://team-zoltan.herokuapp.com (Heroku/Node flavor)

Local environment setup

  • Install Node / NPM.

  • git clone [email protected]:rumblex/angularattack2016-zoltan.git

  • cd angularattack2016-zoltan

  • npm install to install the NodeJS dependencies, the Angular client side dependencies, and to compile the client side TypeScript. See the "postinstall" script command in /package.json for details.

  • npm start to start the local Node server on port 3003 (unless overridden by the PORT environment variable). The node server will server the static client files out of /public.

Surge deployment

The static client files reside within the "public" directory in this repository. The public/CNAME file tells surge where to deploy the files.

  • npm install -g surge
  • surge public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published