1.2.4 • Published 3 years ago

cra-template-duke v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

cra-template-duke

Welcome to My Custom Template!

This template creates a responsive React App with built-in navigation using React 17.0.2 and react-router-dom 6.1.1.

How To Install

Breaking changes

There are some issues with some of the node pmodules requiring vulnerable versions of certain modules and you may encounter a similar error as this:

Compiled with problems:

ERROR in ./node_modules/history/index.js

and a stack trace through multiple files ending up with webpack compiling with an error. Right now the workaround is to run npm audit fix --force to install the breaking changes and vulnerable modules.

requires create-react-app v5.0.0 to force your system to use create-react-app v5 append '@5.0.0' to the create-react-app

yarn

yarn create react-app <app-name> --template duke

force v5: yarn create react-app@5.0.0 <app-name> --template duke

npm

npm init react-app <app-name> --template duke

force v5: npm init react-app@5.0.0 <app-name> --template duke

npx

npx create-react-app <app-name> --template duke

force v5: npx create-react-app@5.0.0 <app-name> --template duke

global

Global installation no longer supported.

Dependencies

"@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.0.5", "@mui/material": "^5.2.4", "dotenv": "^10.0.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-quill": "^1.3.5", "react-router-dom": "^6.1.1", "react-scripts": "^5.0.0", "sass": "^1.45.0", "styled-components": "^5.3.3"

1.2.0

4 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.8

4 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago