1.0.4 • Published 2 years ago

create-gold-app v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React_TypeScript_BoilerPlates

Create Simple Webpack React with TypeScript, Router, Redux, Redux-Saga, Styled-Component, React-Query

How To Use

  1. First Download Global
    npm install create-gold-app -g

  2. and create App
    npx create-gold-app [folder-name]
    or
    yarn create gold-app [folder-name]

  3. start Project
    cd [folder-name]
    npm start
    or
    yarn start