Skip to content

Instantly share code, notes, and snippets.

@JaiParakh
Forked from InsaneNaman/INSTRUCTIONS.md
Created February 2, 2019 10:02
Show Gist options
  • Save JaiParakh/532f02a6cf23f5bbf495abf65d6b94e2 to your computer and use it in GitHub Desktop.
Save JaiParakh/532f02a6cf23f5bbf495abf65d6b94e2 to your computer and use it in GitHub Desktop.
GDG Web Dev Day

GDG New Delhi - Web Developers Day

Note: Please complete all the steps mentioned over here before registering for the event:

Installing Dependencies

1- Node.js

2- MongoDB

3- Angular CLI

$ npm install -g @angular/cli

Note: On Linux if you get an error saying access denied then use command given below:

$ sudo npm install -g @angular/cli

4- Nodemon

$ npm install -g nodemon

Note: On Linux if you get an error saying access denied then use command given below:

$ sudo npm install -g nodemon

Installing tools

5- VS Code

6- Postman


Hacking

7- Coding Task

Please fork these two given repo, submit the link and clone it to your buddy laptop. Link - https://github.com/gdgnewdelhi/web-dev-day-node and https://github.com/gdgnewdelhi/web-dev-day-angular


Prepare yourself

8- HTML

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/html/.

9- CSS

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/css/.

10- JavaScript

Please complete till the intermediate of the tutorial given here- http://www.htmldog.com/guides/javascript/.


Thank you for your patience. If you completed all the steps then you can head over to the registration form and fill it- https://gdgnd.org/gdg-new-delhi/events/web-developer-days-1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment