ddapac-react
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,4 +5,10 @@ >🚨🚨 This project is still under development 🚨🚨 | ||
Ever wanted to break away from create-react-app and use a react boilerplate made by a lone gunslinging code monkey 🔫🐒? Then this is the boilerplate for you. | ||
Ever wanted to break away from create-react-app and use a react boilerplate made by a lone gunslinging code monkey 🔫🐒? Then this is the boilerplate for you. | ||
Try it out using npx and our custom installer: | ||
`npx ddapac-react <project-name>` | ||
[Check it out on npm](https://www.npmjs.com/package/ddapac-react) | ||
**The Tools** | ||
@@ -9,0 +15,0 @@ |
@@ -1,2 +0,2 @@ | ||
export default { | ||
const AppState: AppState = { | ||
//This is where your global state goes | ||
@@ -7,2 +7,4 @@ //It's just a JS object so weave it together however you like! | ||
//User: null, | ||
}; | ||
}; | ||
export default AppState; |
interface AppState { | ||
} | ||
interface ReducerAppState { | ||
} |
{ | ||
"name": "ddapac-react", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "An npm installer for Deloitte Digital's React Boilerplate", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
200002
50
801