The backend is an express server:
To Start Server: $ DEBUG=weicare-backend:* npm start
The front end is built with react. instructions are below:
npm start Starts the development server.
npm run build Bundles the app into static files for production.
npm test Starts the test runner.
npm run eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!