Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-typescript-graphql

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-typescript-graphql - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

LICENSE

37

package.json
{
"name": "cra-template-typescript-graphql",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"ts-node": "3.3.0",
"@types/node": "^8.0.29",
"typescript": "2.5.2"
"version": "0.0.2",
"keywords": [
"react",
"create-react-app",
"template",
"typescript"
],
"description": "The base TypeScript + GraphQL template for Create React App.",
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/benawad/cra-template-typescript-graphql.git"
},
"dependencies": {
"typeorm": "0.2.7",
"reflect-metadata": "^0.1.10",
"sqlite3": "^3.1.10"
"license": "MIT",
"engines": {
"node": ">=8.10"
},
"scripts": {
"start": "ts-node src/index.ts"
"bugs": {
"url": "https://github.com/benawad/cra-template-typescript-graphql/issues"
},
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
"files": [
"template",
"template.json"
]
}

@@ -1,7 +0,20 @@

# Awesome Project Build with TypeORM
Steps to run this project:
# cra-template-typescript
1. Run `npm i` command
2. Setup database settings inside `ormconfig.json` file
3. Run `npm start` command
This is the official TypeScript template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template typescript-graphql` when creating a new app.
For example:
```sh
npx create-react-app my-app --template typescript-graphql
# or
yarn create react-app my-app --template typescript-graphql
```
For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc