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.
- Host: GitHub
- URL: https://github.com/idea2app/web-quick-start
- Owner: idea2app
- Created: 2023-07-23T08:04:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T20:52:10.000Z (over 2 years ago)
- Last Synced: 2025-01-22T06:28:58.759Z (over 1 year ago)
- Language: HTML
- Homepage: https://idea2app.github.io/Web-quick-start/
- Size: 271 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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].
[][4]
[][5]
[][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/