Skip to content

CoolestProjects/app_web

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

10 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors