npm install
inside rootnpm install
inside clientnpm run build
inside client prior to pushing to master- add
.env
file inside root directory (this should never be committed to github) similar to:
MYSQL_DB_USER=user
MYSQL_DB_PASSWORD=pw
MYSQL_DB=dbname
npm start
inside rootnpm start
inside client
- tbd
- tbd