Welcome to MemApp, a project designed to colorize syllables in text using a React frontend and a Python backend.
Follow these steps to set up and run the application:
- Run the Python server:
python server/app.py
-
Navigate to the project directory:
cd syllable-colorizer
-
Install necessary dependencies:
npm install
-
Start the React development server:
npm start