andylincoln / node-experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-experiment

Getting Started

Clone this repo and run these commands

docker-compose up -d database
psql -h database -U postgres -f init.sql
cd server
yarn install
yarn typeorm migration:run

Back End

Adding Node Dependencies

yarn add <dependency-name>
docker-compose build todo test

Running the tests

docker-compose run test

Front End

Build the front end

yarn build

Watch the front end build

yarn watch

About

License:MIT License


Languages

Language:JavaScript 99.6%Language:TypeScript 0.4%Language:Dockerfile 0.0%Language:HTML 0.0%Language:CSS 0.0%