Join our 2nd AppWizzy webinar🚀 on Wednesday, 25 March 2026, at 18:00 CET🚀 See how to go from idea to a working web app in minutes.

import style files

I want to start a new project with "create-react-app" command, how can I import all style files (sass, static files..) to have right UI

Hi please type in your console create-react-app myapp and copy all styles you need and paste them into your brand new project. Best regards