Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 812 Bytes

Node course template

This is a basic template for your final assignment in the Node course.

It contains some code style configurations and can help you get started with the assignment.

Getting started

  1. Create a new repository on GitHub using this repository as a template.

Use this repository as a template

Personal repository setup

  1. Clone your new repository to your computer.

Repository url

git clone https://github.com/<your-username>/<your-repo-name>.git
  1. Checkout to the develop branch.
git checkout -b develop
  1. Setup your environment according to the guide in docs/environment-setup.md.
  2. Start working on your assignment.