Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ant-design/parcel-antd

Use antd with parcel
https://github.com/ant-design/parcel-antd

Last synced: 3 months ago
JSON representation

Use antd with parcel

Awesome Lists containing this project

README

        

# Ant Design Demo For Parcel

## Include

- React
- TypeScript
- Antd
- Parcel
- Less

## Start

```bash
npm install
npm run dev
npm run build
```

or

```bash
yarn
yarn dev
yarn build
```

Visit http://localhost:1234

---

- [Parcel](https://parceljs.org/)
- [Antd](http://ant.design/)