Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 544 Bytes

File metadata and controls

16 lines (12 loc) · 544 Bytes

Start Project

New Project with Webpack, React, and Redux

  1. Install the generator using: npm install -g generator kyper-react
  2. Create a new folder for your project and enter it: mkdir myProject then cd myProject
  3. Run the generator: yo kyper-react
  4. Select N to not include Matter when prompted on authentication
  5. Wait for copying and npm installing to finish
  6. Run npm start then visit localhost:3000.

Here you will see a new starter application created with the name of your project folder.