Open danielfcastro opened 2 months ago
git clone --depth 1 https://github.com/hagopj13/node-express-boilerplate.git cd node-express-boilerplate npx rimraf ./.git yarn install cp .env.example .env yarn docker:dev
I access http://localhost:3000/v1/docs and get a blank page
@danielfcastro you must start the server in dev mode npm run dev
npm run dev
git clone --depth 1 https://github.com/hagopj13/node-express-boilerplate.git cd node-express-boilerplate npx rimraf ./.git yarn install cp .env.example .env yarn docker:dev
I access http://localhost:3000/v1/docs and get a blank page