reforge
v1.2.0

デモ·バグ報告·機能リクエスト

TailwindcssとAnt Design使用したエレガントでカスタマイズ可能な UI。React Routerを使用したシングルページ アプリケーション。reqresを使用して API リクエストをモックします。@ant-design/pro-components使用した強力なレイアウトとテーブル。@loadable/componentを使用したコード分割と遅延読み込みコンポーネント。react-reduxと@reduxjs/toolkit使用した状態管理。redux-persistを使用した永続的な redux 状態。nprogressを使用して進行状況バーを読み込みます。ESLintとPrettier有効になっています。https://reforge.netlify.app
[email protected]password プロジェクトのクローンを作成し、ディレクトリを変更します。
git clone https://github.com/arifszn/reforge.git
cd reforge依存関係をインストールします。
npm install開発サーバーを実行します。
npm run dev最後に、ブラウザからhttp://localhost:5173にアクセスします。資格情報は上記で確認できます。
アプリ名、テーマカラー、メタタグなどの設定は、プロジェクトのルートにある 1 つのファイルconfig.tsから制御できます。
//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 ; このプロジェクトにスターを付けることで、サポートを示すことができます。 ★
貢献するには、「貢献ガイド」を参照してください。
マサチューセッツ工科大学