1.3.6 ā€¢ Published 2 years ago

@zero86/create-react-project v1.3.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

GitHub issues GitHub stars GitHub forks


create-react-project šŸ˜Ž

It is a CLI tool that makes it easy to configure react projects. Using create-react-project CLI, Save your time!

The templates provided are JavaScript and TypeScript.

CSS Preprocessor supports SASS/SCSS.

ESLint + Prettier supports

Create a project based on the Webpack bundler.

šŸ’– 2022.01.18: Add tailwindCSS v3 šŸ’– 2022.01.19: Fix the bug, Add ESLint + Prettier šŸ’– 2022.01.20: Code Refactoring šŸ’– 2022.01.20: Add Jest (Testing framework) šŸ’– 2022.02.06: Supported ES2017(ES8) async ~ await

install & usage āœØ

  • When using npx
npx @zero86/create-react-project
  • When installing a package
npm install -g @zero86/create-react-project
create-react-project <path>

options

--git
--yes || -y : skip prompts(javascript, git, Sass/SCSS)
--javascript : react project template javascirpt
--typescript : react project template typescript
<path> : project path(default path name : react-project-template)
1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago