If you want run the Meanfi UI, feel free to clone or fork this repo.
The project structure is a dedicated repository based in the following stack technologies:
- React 18 framework
- Vite
- Typescript
- Biome.js linter and code formatter
- Ant Design UI
- Node JS version requirement >= 18
- Yarn Package manager
Clone the repo to a local folder then run:
yarn install
yarn run start:devThe local development server runs on port 3000 but it can be changed in the vite.config.ts configuration file.
Build for different targets
yarn run build:prod
yarn run build:devYou can test the app by serving files from the build at port 8080
yarn run previewYou can also change the port to serve your build files initially configured to port 8080 in the vite.config.ts.