Skip to content

Jerryqun/react-antd-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICE 3 Project

An ICE 3 project, using TypeScript CSS Modules.

Usage

$ npm install
$ npm start

Documentation.

Directories

.
├── README.md
├── ice.config.mts                  # The project config.
├── package.json
├── src
│   ├── app.tsx                     # The app entry.
│   ├── assets
│   │   └── logo.png
│   ├── document.tsx
│   ├── pages                       # Pages directroy.
│   │   ├── index.css
│   │   └── index.tsx               # Index page entry.
│   └── typings.d.ts
└── tsconfig.json