reforge
v1.2.0
Demo · Report Bug · Request Feature
Tailwindcss and Ant Design.React Router.reqres.@ant-design/pro-components.@loadable/component.react-redux and @reduxjs/toolkit.redux-persist.nprogress.ESLint and Prettier enabled.https://reforge.netlify.app
[email protected]passwordClone the project and change directory.
git clone https://github.com/arifszn/reforge.git
cd reforgeInstall dependencies.
npm installRun dev server.
npm run devFinally, visit http://localhost:5173 from your browser. Credentials can be found above.
Settings including app name, theme color, meta tags, etc. can be controlled from one single file config.ts located at the project's root.
//config.ts
const CONFIG = {
appName: 'Reforge',
enablePWA: true,
theme: {
accentColor: '#818cf8',
sidebarLayout: 'mix',
showBreadcrumb: true,
},
metaTags: {
title: 'Reforge',
description:
'An out-of-box UI solution for enterprise applications as a React boilerplate.',
imageURL: 'logo.svg',
},
};
export default CONFIG;You can show your support by starring this project. ★
To contribute, see the Contributing guide.
MIT