cra-template-react-redux-toolkit
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "cra-template-react-redux-toolkit", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"eslintConfig": { | ||
@@ -5,0 +5,0 @@ "extends": [ |
@@ -5,2 +5,19 @@ # Create React App with Redux-Toolkit and Material-UI (MUI) | ||
## Using the Template | ||
To initiate a new project using this template, execute the following command: | ||
```sh | ||
npx create-react-app my-app --template react-redux-toolkit | ||
``` | ||
After creating the project, navigate to the project directory and utilize the following scripts: | ||
### `npm run api` | ||
This command starts the JSON server, providing mock APIs accessible at http://localhost:3001. The JSON server is utilized for demonstration purposes, allowing you to interact with the TODO app. | ||
### `npm start` | ||
Use this command to launch the app in development mode. You can access the application in your browser at http://localhost:3000. | ||
## Features | ||
@@ -55,19 +72,2 @@ | ||
## Using the Template | ||
To initiate a new project using this template, execute the following command: | ||
```sh | ||
npx create-react-app my-app --template react-redux-toolkit | ||
``` | ||
After creating the project, navigate to the project directory and utilize the following scripts: | ||
### `npm run api` | ||
This command starts the JSON server, providing mock APIs accessible at http://localhost:3001. The JSON server is utilized for demonstration purposes, allowing you to interact with the TODO app. | ||
### `npm start` | ||
Use this command to launch the app in development mode. You can access the application in your browser at http://localhost:3000. | ||
## Development(Contribute) | ||
@@ -74,0 +74,0 @@ simply anyone can clone the project then run the template and check first |
@@ -5,2 +5,20 @@ # Create React App with Redux-Toolkit and Material-UI (MUI) | ||
## Using the Template | ||
To initiate a new project using this template, execute the following command: | ||
```sh | ||
npx create-react-app my-app --template react-redux-toolkit | ||
``` | ||
After creating the project, navigate to the project directory and utilize the following scripts: | ||
### `npm run api` | ||
This command starts the JSON server, providing mock APIs accessible at http://localhost:3001. The JSON server is utilized for demonstration purposes, allowing you to interact with the TODO app. | ||
### `npm start` | ||
Use this command to launch the app in development mode. You can access the application in your browser at http://localhost:3000. | ||
## Features | ||
@@ -59,20 +77,2 @@ | ||
## Using the Template | ||
To initiate a new project using this template, execute the following command: | ||
```sh | ||
npx create-react-app my-app --template react-redux-toolkit | ||
``` | ||
After creating the project, navigate to the project directory and utilize the following scripts: | ||
### `npm run api` | ||
This command starts the JSON server, providing mock APIs accessible at http://localhost:3001. The JSON server is utilized for demonstration purposes, allowing you to interact with the TODO app. | ||
### `npm start` | ||
Use this command to launch the app in development mode. You can access the application in your browser at http://localhost:3000. | ||
## Development(Contribute) | ||
@@ -79,0 +79,0 @@ simply anyone can clone the project then run the template and check first |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package