1.0.3 • Published 12 months ago

cra_with_webpack_ts v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

cra_with_webpack_ts

Create React App with Webpack and TypeScript configuration.

Introduction

cra_with_webpack_ts is a CLI tool that sets up a new React project with custom Webpack and TypeScript configurations. It is designed to streamline the process of creating a new React application with these technologies, providing a ready-to-use project structure.

Usage

To create a project folder, please use:

npx cra_with_webpack_ts <app-name> [user-name]

  • \<app-name>: The name of your new application.
  • user-name: Your GitHub username to set the homepage and author fields in package.json
    • user-name field will be used to produce your homepage field for gh-pages extension. Else please do it manually in package.json