kalenkevich / project-boilerplate

Project boilerplate with React, GraphQl, Node, Typescript, Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Commands for using migrations:

Firstly you need to install ts-node globaly

npm install -g ts-node npm install -g typescript

####Run migrations from ./src.migration folder;

npm run migration:run

####Revert migrations from ./src.migration folder;

npm run migration:revert

####Create a migration;

npm run migration:create MIGRATION_NAME

About

Project boilerplate with React, GraphQl, Node, Typescript, Postgres


Languages

Language:JavaScript 83.8%Language:TypeScript 15.4%Language:Shell 0.3%Language:HTML 0.3%Language:Dockerfile 0.2%