mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-07-22 20:48:23 -06:00
.github
.vscode
bin
config
src
.babelrc
.env.example
.eslintignore
.eslintrc.js
.gitignore
LICENSE
PRNameGenerator.ts
README.md
jest.config.js
package-lock.json
package.json
tsconfig.json
webpack.config.dev.ts
webpack.config.ts
Adding files from first version. Creating GraphQL server with their controllers and their models, squema and resolvers. Adding support to webpack and typescript.
7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
#Eslint
|
|
.eslintrc.js
|
|
#Build
|
|
build
|
|
#Webpack
|
|
webpack.config.ts
|
|
webpack.config.dev.ts |