You'll need to install Node.js >=v14.16+ (Recommended Version) (NPM comes along with it) and devpreneur uses Vite for frontend tooling, to peform installation and building production version, please follow these steps from below:
-
Use terminal and navigate to the project (devpreneur-react) root.
-
Then run :
npm install
-
Then run :
npm run dev
Now, in the browser go to localhost:5173
For Production Build
Run : npm run build
Default build output directory: /dist
This command will generate a dist as build folder in the root of your template that you can upload to your server.