Topic: Start a MDB Pro project with react
Dencker priority asked 11 months ago
*Expected behavior*Being able to start the react project with the MDB pro.
*Actual behavior*Not able to "npm start" after doing "npm install"
Resources (screenshots, code snippets etc.)
Mateusz Lazaru staff answered 11 months ago
That may be a little bit confusing, but you need to run npm i
and npm start
from the mdb5-react-ui-kit-pro-advanced-7.0.0/app/
directory, so you should run
cd app
npm i
npm start
in the given order.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 7.0.0
- Device: Macbook Pro
- Browser: Chrome
- OS: MacOS Ventura 13.1
- Provided sample code: No
- Provided link: No