This is a side project I'm currently in the midst of building for one of my swimming friends who's remotely coaching another swimmer as she trains for a long open-water race.
npm install
npm run dev
/app
has the React/Redux setup. main.jsx
is the entry point.
/db
has the Sequelize models and database setup.
/server
has the Express server and routes. start.js
is the entry point.
/bin
has scripts.