Welcome to Team Zoltan's AngularAttack 2016 Repo
Random company website generator
https://zoltan.2016.angularattack.io (Surge flavor) https://team-zoltan.herokuapp.com (Heroku/Node flavor)
-
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.
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