This project has 3 main folders
This is the main React Folder, It contains every component and the app logic, It is structured with 3 main functionalities:
Enter frontend
folder and type:
- Render the frontend via ssr (server side rendering)
npm run start
- Render the frontend with node
npm run front
- Render the storybook for the project
npm run storybook
This folder contains the api with the main role of connecting to the database, for run this server just type:
Enter api-server
folder and type:
npm run start
This folder contains the api with the main role of being used by the non-administrator user, being consumed by the frontend with read permissions.
Enter client-server
folder and type:
-
npm run start
Created in platzi javascript school.