https://github.com/loyep/ice-project
https://github.com/loyep/ice-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loyep/ice-project
- Owner: loyep
- Created: 2022-08-15T15:59:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T10:09:58.000Z (over 2 years ago)
- Last Synced: 2024-12-29T03:57:58.360Z (5 months ago)
- Language: JavaScript
- Homepage: ice-loyep.vercel.app
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ICE 3 Project
> An ICE 3 project, using TypeScript CSS Modules.
## Usage
```bash
$ npm install
$ npm start
```[Documentation](https://ice.work/docs/guide/about).
## Directories
```md
.
├── 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
```