Should there be a start:dev script?
Closed this issue · 2 comments
WillSmithTE commented
After running npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/example --no-install
, per the README we should run npm run dev
and npm run start:dev
. Should there be a start:dev
script? What am I missing here?
mcansh commented
sorry about the confusion, the example README is from the express template before i made any modifications, npm run dev
is enough, i’ll update the example README in a bit :)
WillSmithTE commented
ok great thanks for the clarification