Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri2peter/web-aircraft-carrier
React Frontend + NodeJS Server + Docker Deployment all in one project.
https://github.com/yuri2peter/web-aircraft-carrier
Last synced: 6 days ago
JSON representation
React Frontend + NodeJS Server + Docker Deployment all in one project.
- Host: GitHub
- URL: https://github.com/yuri2peter/web-aircraft-carrier
- Owner: yuri2peter
- License: apache-2.0
- Created: 2023-01-04T08:33:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T07:10:54.000Z (about 1 year ago)
- Last Synced: 2024-11-17T00:33:47.183Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-WAC.md
- License: LICENSE
Awesome Lists containing this project
README
# web-aircraft-carrier
React Frontend + NodeJS Server + Packaging all in one project.
![](./docs/assets/banner.webp)
## Features
- One project for EVERYTHING you needed
- TypeScript supported
- Tool Scripts for development and deployment## Starts with an existing blank project
Unzip [wac.zip](https://github.com/yuri2peter/web-aircraft-carrier/releases/download/v1.0.0/wac.zip) to your project folder.
## Initialize
```
sh init.sh
```## Build
```
cd build
sh build.sh
```Unzip [wac.zip](https://github.com/yuri2peter/web-aircraft-carrier/releases/download/v1.0.0/build.zip) to ./build to get ready for more build tools.
## Related Projects
- Start a new project with [web-aircraft-carrier](https://github.com/yuri2peter/web-aircraft-carrier)
- Create a protable node app with [node-app-protable](https://github.com/yuri2peter/node-app-portable)
- Create a protable Electron app with [electron-app-template](https://github.com/yuri2peter/electron-app-template)## Version History
- 1.1.0 - Simplified build scripts; chii debugger;
- 1.0.0 - Initial release