Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 901 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 901 Bytes

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.