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 frontendfolder 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 storybookThis folder contains the api with the main role of connecting to the database, for run this server just type:
Enter api-serverfolder and type:
npm run startThis 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-serverfolder and type:
-
npm run start
Created in platzi javascript school.