git clone https://github.com/affinity-lab/boilerplate-project YOURPROJECT
cd YOURPROJECT
npm install
cp .env.example .envEdit the .env file and set up a valid mysql connection:
# TypeORM
PRIVATE_DB_URL="//root:password@127.0.0.1:3306/DATABASE_NAME"Run your application:
npm run devEnjoy developing awesome applications!