Setup

πŸ“™ Creating a New Repository on GitHub

  1. Click on "Use this template" button
  1. Configure your new repository and click on "Create repository from template" button
  1. Now you can clone the generated repository to your local machine:
bash
$ git clone https://github.com/<YOUR-GITHUB-LOGIN>/<NAME-OF-YOUR-GENERATED-REPOSITORY>.git

πŸ› οΈ Installation

Before you can start developing your super application, you need to install the project's dependencies.
Move yourself to the root of the project:
bash
$ cd <NAME-OF-YOUR-GENERATED-REPOSITORY>
Install all dependencies of the project:
bash
$ npm install # or $ yarn install

Powered by Notaku