Skip to content

CoolestProjects/app_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nathan Mc Grath
Jun 13, 2016
c4e4f8f · Jun 13, 2016

History

57 Commits
Jun 13, 2016
Jun 10, 2016
Jun 12, 2016
Jun 10, 2016
Jun 3, 2016
Jun 11, 2016
Jun 12, 2016
Jun 12, 2016
Jun 3, 2016
Jun 5, 2016
Jun 12, 2016

Repository files navigation

Coolest Projects Web App

Contributing

Required

$ git clone https://github.com/CoolestProjects/app_web.git
  • Set environment variable 'NODE_ENV' ('snapshot' or 'production')
  • Navigate to the root of the project in a terminal or command prompt
  • Install all of the required local dependencies
$ npm install
  • Build and run the project
$ npm start

Optional

  • Install TypeScript compiler and tslint globally
$ npm install -g typescript tslint
  • Configure your IDE to use global installations of typescript and tslint for errors and warnings
  • Install typings package manager globally for adding new TypeScript packages
$ npm install -g typings

Deployment

Execute npm run deploy in the root of the project to deploy to Firebase.