Gathering detailed insights and metrics for cra-template-typescript-redditech
Gathering detailed insights and metrics for cra-template-typescript-redditech
Gathering detailed insights and metrics for cra-template-typescript-redditech
Gathering detailed insights and metrics for cra-template-typescript-redditech
The base Typescript template for Create React App with options added by Redditech. Early WIP.
npm install cra-template-typescript-redditech
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (76.48%)
HTML (9.72%)
CSS (5.44%)
JavaScript (5.27%)
Dockerfile (3.1%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
28 Commits
2 Watchers
3 Branches
1 Contributors
Updated on Mar 22, 2020
Latest Version
1.1.10
Package Id
cra-template-typescript-redditech@1.1.10
Unpacked Size
52.20 kB
Size
31.87 kB
File Count
35
NPM Version
6.13.7
Node Version
13.11.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
This is the TypeScript template for Create React App modified by Redditech with (useful) additions for bootstrapping a new project.
Modifications include:
moment
antd
(Ant Design System)react-router-dom
storybook
appinsights
styled-components
REACT_APP_
custom environment variablesTo use this template, add --template typescript-redditech
when creating a new app.
For example:
1npx create-react-app my-app --template typescript-redditech 2 3# or 4 5yarn create react-app my-app --template typescript-redditech
For more information, please refer to:
cra-template-typescript-redditech
at cra-redditech
A deployment of the generated code is on Github at https://github.com/nissan/cra-redditech
Additionally Docker image can be found at https://hub.docker.com/repository/docker/nissan/cra-redditech
and can be run with docker run -d --rm -p 8080:80 nissan/cra-redditech
There is also deployed a sample of the base site generated on Azure at https://cra-redditech.azurewebsites.net/
I'm learning by doing, so as much as this is deployed into a production-like environment, it probably isn't production ready from the point of view of following the most scalable or secure practice for deploying. As I learn, it improves, but I welcome the feedback on obvious (and not so obvious) issues with the approaches taken here to get to working code more quickly.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More