Skip to content

Alex-JS-team/node-js-course

Repository files navigation

Node.js Course

Node.js Up And Go course. Vinnytsia.

How to use?

  1. Clone the repository
  2. Select the lesson folder
  3. Create your own directory, for example 'Yurii Gagarin'
node-js-course
│   README.md
└───01
    └───Yurii Gagarin
        │   file111.js
        │   file112.js
        │   ...
  1. Create the own .gitignore file
  2. Do your HW

Contributing

Pull requests are welcome.

  1. Create a new branch where yg - from Yurii Gagarin feat from Feature and lesson-1 from Lesson number
git checkout -b yg/feat/lesson-1
  1. Add changes
  2. Commit changes
  3. Create a Pull Request

License