An open API service indexing awesome lists of open source software.

https://github.com/loyep/ice-project


https://github.com/loyep/ice-project

Last synced: 4 months ago
JSON representation

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
```