Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 801 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 801 Bytes

Cart App

This is a Booster application that implements a simple shopping cart. You can find an example of how the different parts of a Booster application work together: commands, events, entities, and more.

Running the app

Prerequisites

In order to run the app locally, you need to have NodeJS installed as well as the Booster CLI. To have them installed, follow the instructions in the Booster Getting Started section.

Running the app

To run the app locally, just execute the following command in the root folder of the project:

$ boost start -e local

For more information on how to work with Booster, check out the Booster documentation.

Happy coding! 🚀