Skip to content

monostere0/angular2-es6-weather-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Weather app - Angular 2 with ES6(Babel) and Gulp + Koa

What we use:

Try

Install
npm install
Run
npm run dev

starts the server and client app concurrently which will serve the client on 3000 and server on 8080

OR

npm start

to start the server which will serve also the client on port 8080

####### Run only client or server

npm run server

For preview, check localhost:8080/api/weather/Bucharest OR localhost:8080/api/cities/Bucharest NOTES: starts the Koa instance. To load different environment settings for Koa middleware, set the enviornment variable KOA_ENV as 'dev' or 'prod' before executing npm run server

npm run client

For preview, check localhost:3000

####Fixing issues As a general rule, your branch should match one issue/feature in the issues list. Please add the issue number like this #10 in your branch commit message in order to also close the issue when the branch is being approved/merged in.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • CSS 12.8%
  • HTML 8.3%