Standup Meetings Discussions #71
Closed
Caleb-Cohen
started this conversation in
General
Replies: 1 comment
-
Reserved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We will keep a running log of our meetups so people can reference it.
First Meeting (11/17)
CD frontend
and executeNPM run dev
Second Meeting (11/22)
npm install
,npm run dev-concurrent
to start.npm run build
is used to compile the frontend, but will not execute unlessnpm run lint
is not returning any eslint errors. Runningnpm run formant
will auto-fix most lint errors, you will have to manually fix the rest. Lint is used to standardize the code base.npm run dev
which starts the server and thennpm run start-client
which starts the client.Third Meeting (11/29)
Almost done ready for PR will open new issuesFourth Meeting (12/1)
Beta Was this translation helpful? Give feedback.
All reactions