Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 248 Bytes

Setup.md

File metadata and controls

22 lines (15 loc) · 248 Bytes

Setting up the Boilerplate

Clone the repo

$ git clone https://github.com/garetmckinley/inferno-boilerplate
$ cd inferno-boilerpalte

Install dependencies

using yarn

$ yarn install

using npm

$ npm install