
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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 0 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.