Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 638 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 638 Bytes

weather-spa-sample

Sample SPA done with AngularJS, ES6, Webpack2

Check out my LinkedIn profile!

Running the application:

First, execute yarn install && yarn run config in the application directory, then:

  • To run the unit tests (with code coverage report): yarn test

  • To run the e2e tests: yarn run protractor

  • To serve the "development" version of the application: yarn start

  • To serve the "production" version of the application: yarn run prod

  • To build the application for production (results will be inside the "dist" directory): yarn run build