- Install the generator using:
npm install -g generator kyper-react - Create a new folder for your project and enter it:
mkdir myProjectthencd myProject - Run the generator:
yo kyper-react - Select N to not include Matter when prompted on authentication
- Wait for copying and npm installing to finish
- Run
npm startthen visit localhost:3000.
Here you will see a new starter application created with the name of your project folder.