Skip to content

Setting up for Development

AlexGaiser edited this page May 3, 2021 · 1 revision

Setting up for Development

  1. Clone the repo: git clone https://github.com/AlexGaiser/fast-react
  2. Navigate to root directory
  3. Install dependencies: npm install
  4. Add to your command line: npm link

Running npm link will allow you to run the package as if it were installed using the npm install -g command without needing to deploy the project to npm. This will allow you to use the project as you are developing it should you need to run the CLI commands. If you want to remove the package from your command line run npm unlink

Clone this wiki locally