/node-experiment

Primary LanguageJavaScriptMIT LicenseMIT

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