Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.03 KB

File metadata and controls

19 lines (16 loc) · 1.03 KB

Installing

  1. install NPM on your system
  2. clone project to custom folder
  3. create custom branch for your changes
  4. open terminal in project's folder
  5. install bower globally npm install bower -g
  6. install dependencies npm install
  7. To use Bower on Windows, you must install Git for Windows correctly. git command should be available from the terminal, check this page for the details
  8. install bower dependencies bower install
  9. run the project npm start
  10. the application should be available in browser by the url http://localhost:3000

Tasks

Open the test app by the url http://localhost:3000, you will see the list of tasks for javascript, at the top of the page you can find menu for the different tasks for Angularjs and Reactjs. All tasks are on green background. push changes into your branch and make a pull request when all tasks are done.

Note

  1. Try to use features of ECMAScript 6