1.0.2 • Published 3 years ago
redteam-create-project v1.0.2
READTeam BOILERPLATE
Templates at your fingertips
Installation
Dillinger requires Node.js v17+ to run.
npm i redteamBoilerplate -gthe different methods to initialize a REDTEAMBOILERPLATE project
-1
Create a new project and follow the steps with this command
redteam-create-project-2
Create a new project and ignore all
redteam-create-project <Project_name> -y-3
Create a new project and initialize git and install dependencies
redteam-create-project <Project_name> --git --installAvailable templates
| Template name | template description | 
|---|---|
| react_with_api_controller | create a react project with redux and controllers | 
| react_with_redux_toolkit_query | create a react project with redux toolkit query (RTKQ) | 
| react_with_redux_toolkit_query_persist | create a react project with redux toolkit query (RTKQ) and persist |