Skip to content

Repository files navigation

React and redux course

A quick review of a course with each module, with diferent front ends control states and data


Table of Contents

  1. Getting Started
  2. Prerequisites
  3. Running the Project
  4. Scripts Explanation

Getting Started

Follow these steps to set up and run the project locally.


Prerequisites

Make sure you have the following installed on your system:

  • Node.js (LTS version recommended)
  • npm (comes with Node.js)

Running the Project

Run the following commands to start all components of the project:

  1. Start the Frontend: Three terminals:
npm install
npm run dev
npm run db
cd app/ npm run dev

Scripts Explanation

npm run dev

Starts the frontend of the project.

This script will run the development server for the client-side application.

npm run db

Starts a simple backend database using json-server.

Used to serve mock data or API responses.

cd app/ && npm run dev

Runs the backend module for translations.

This script starts a simple backend server within the app/ directory.

Additional Notes

Ensure all dependencies are installed before running the project:

npm install cd app/ npm install For any issues or questions, feel free to open an issue in the repository.

License Specify your project's license here (e.g., MIT License). Include a brief note about the licensing terms.

Explanation

  • The structure is beginner-friendly and clearly explains each command's purpose.
  • Includes prerequisites and notes to reduce confusion for users.
  • The Scripts Explanation section helps users understand the role of each command.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages