This project consists on a sample e-commerce application which implements a Node.js back-end and a React front-end. The project follows a monorepo architecture. Details for each side of the application are located in the README.md document within the corresponding folder.
miniecommapp
|
└── backend
| └── README.md
└── frontend
| └── README.md
└── README.md
The following steps will get both the server and client running up locally.
- Node.js (project was made using Node.js v12.16)
git clone https://github.com/sergioamoruso91/miniecomapp.git
The following script runs both the backend server and the frontend client concurrently, it may take a few minutes until the whole application is up and running the first time, due to dependencies installation.
cd miniecomapp
npm run startapp