Welcome to the Node.js and React app template repository for Nuvemshop. This repository provides a solid foundation for building standalone apps using Node.js and React, customized for seamless integration with the Nuvemshop platform.
Explore essential resources for developing Nuvemshop native apps using Node.js and React:
- Introduction to Nuvemshop App Development
- Nuvemshop API Library Documentation
- Nimbus Library Documentation
- Nexo Library Documentation
The project is organized into two main directories: api
and frontend
.
Inside the api
directory, you will find your app's authentication as well as our Nuvemshop API and integration with our product API. This integration allows for product creation, deletion, and listing.
Inside the frontend
directory, you will find the visual layer of your app. In this space, integration with the API in the api
directory occurs, allowing the visual part and backend logic to work together seamlessly.
git clone --recurse-submodules https://github.com/TiendaNube/tiendanube-app-standalone-template-node.git
Installing the API dependencies:
yarn setup:api
Installing the App dependencies:
yarn setup:frontend
Before proceeding with running the API, read the README.md in the api directory to understand more about the project's details and organization.
yarn start:api
and
yarn start:db
Before proceeding with running the app, read the README.md in the frontend directory to understand more about the project's details and organization.
yarn start:frontend
By default the application will run on the port http://localhost:5173
but this can be easily changed by passing the port parameter to the above command.
yarn start:frontend --port 3000
This repository is available as open-source under the terms of the MIT License. Be sure to review and comply with the license guidelines when using this code.