cra_with_webpack_ts
v1.0.3
Published
Create React App with custom Webpack and TypeScript configuration
Downloads
2
Maintainers
Keywords
Readme
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] (optional): 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