This repository contains the source code of both client and server modules for an e-commerce platform based on The Clean Architecture.
Follow these steps to quickly serve the applications in development enviroment:
- Using a terminal at the project top-root directory, run the following command to install both server and client dependecies:
$ yarn install
- To quickly serve both client and server in the background, run the following command:
$ yarn serve
These commands work only if you have an enviroment that has
NodeJS
, andyarn
installed.