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

https://github.com/idea2app/web-quick-start

Web front-end project scaffold based on TypeScript & React, which is inspired by WebCell scaffold.
https://github.com/idea2app/web-quick-start

Last synced: 3 months ago
JSON representation

Web front-end project scaffold based on TypeScript & React, which is inspired by WebCell scaffold.

Awesome Lists containing this project

README

          

# Web quick start

**Web front-end** project scaffold based on [TypeScript][1] & [React][2], which is inspired by [WebCell scaffold][3].

[![CI & CD](https://github.com/idea2app/Web-quick-start/actions/workflows/main.yml/badge.svg)][4]

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][5]
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][6]

## Technology stack

- Language: [TypeScript v5][7]
- Component engine: [React v18][8]
- Package bundler: [Parcel v2][9]
- CI / CD: GitHub [Actions][10] + [Pages][11]

## Usage

```shell
cd ~/Desktop
git clone https://github.com/idea2app/Web-quick-start
cd Web-quick-start

npm i pnpm -g
pnpm i
npm start
```

[1]: https://www.typescriptlang.org/
[2]: https://react.dev/
[3]: https://github.com/EasyWebApp/scaffold
[4]: https://github.com/idea2app/Web-quick-start/actions/workflows/main.yml
[5]: https://codespaces.new/idea2app/Web-quick-start
[6]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Web-quick-start
[7]: https://www.typescriptlang.org/
[8]: https://react.dev/
[9]: https://parceljs.org/
[10]: https://github.com/features/actions
[11]: https://pages.github.com/