git clone <repo>
cd <repo>
npm install
npm start
- chext-cli will prompt you to give your project a name. It will then generate a new directory with that name in your
cwd
' - you then get to select which flavour of the starter you want to work with
- chext-cli will pull that repo down, and install the necessary
node_modules
using the package manager you choose