Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-react-redux-toolkit

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-react-redux-toolkit - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc