Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
express-generator-react-typescript-material-apollo-graphql
Advanced tools
Express Generator CLI for React with Typescript, Apollo GraphQL Client and Material UI
3B2R9u6dpJyWB4U6iDWC14y9yejnF5hsSN
Express Generator CLI for React with Typescript, Apollo GraphQL Client and Material UI
This CLI helps to create new implemented front-end demo for React with Typescript, Apollo GraphQL Client and Material UI from a boilerplate. To have a Full Stack project, or to test created demo, you can setup graphql server with using Express Generator CLI for Graphql Backend
About the NPM Package
npm install -g express-generator-react-typescript-material-apollo-graphql
Go to the directory on terminal where you want to generate the project.
$ cd PATH
and run the generator command with specifying the project name.
$ express-generator-rtmag --name="PROJECT_NAME"
Documentation for the Boilerplate
When you generate the project, you will have;
This boilerplate has common graphql client design architecture. Layers:
Install the dependencies and devDependencies:
$ cd <Project Name>
$ npm install
Set configuration parameters on config/index.ts:
GRAPHQL_URL: "{{GRAPHQL API URL}}"
And that's all, start the client
$ npm start
Documentation for the Generator Project
express-generator-rtmag is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Plugin | Usage |
---|---|
ejs | to render global parameters like Project Name |
inquirer | to ask questions and parse input |
shelljs | to eliminate your shell script's dependency on Unix |
yargs | to build interactive command line tools |
shx | to wrap around ShellJS Unix commands |
ts-node | to execute TypeScript and REPL for node.js, with source map support |
express-generator-ntagm requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the application.
$ cd express-generator-node-typescript-apollo-graphql-mongo
$ npm install
$ npm start
To install the CLI globally:
$ npm run-script build
$ npm install -g .
And global usage:
$ express-generator-rtmag --name="PROJECT_NAME"
Authors
Sponsors
No sponsors yet! Will you be the first?
Contributors
No contributers yet! Will you be the first?
MIT
FAQs
Express Generator CLI for React with Typescript, Apollo GraphQL Client and Material UI
The npm package express-generator-react-typescript-material-apollo-graphql receives a total of 2 weekly downloads. As such, express-generator-react-typescript-material-apollo-graphql popularity was classified as not popular.
We found that express-generator-react-typescript-material-apollo-graphql demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.