Working with BeeRich
Welcome to BeeRich! BeeRich is a dashboard-like application that mimics both personal and enterprise use cases. BeeRich is a personal finance management application that helps you stay on top of your bee – pardon me – bookkeeping. Well, at least that’s the goal. There is nothing much there yet. In every chapter, we will add more code to this application. In this section, we will run BeeRich locally and review the folder structure.
We bootstrapped BeeRich in the preceding section using the create-remix
script. BeeRich is nothing more than a simple skeleton application on top of Remix’s Express.js template that we tried out in Chapter 2, Creating a New Remix App. You can also find the BeeRich Remix template in this book’s GitHub repository: https://github.com/PacktPublishing/Full-Stack-Web-Development-with-Remix.
Let's run BeeRich locally. Open the terminal and navigate to the project's root folder. Then execute...