- install NPM on your system
- clone project to custom folder
- create custom branch for your changes
- open terminal in project's folder
- install bower globally
npm install bower -g - install dependencies
npm install - To use Bower on Windows, you must install Git for Windows correctly.
gitcommand should be available from the terminal, check this page for the details - install bower dependencies
bower install - run the project
npm start - the application should be available in browser by the url http://localhost:3000
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.
- Try to use features of ECMAScript 6