create-dd-app
create-dd-app
is boilerplate for React + TypeScript environment without using CRA.
this boilerplate supports the following.
-
JavaScript
andTypeScript
(jsx
,tsx
,js
,ts
) -
jest
andtesting-library/react
. -
webpack-dev-server
-
eslint
,prettier
Install
npx create-dd-app {APP_NAME}
- If you want to install to the current directory, enter
.
instead ofAPP_NAME
.