Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techeng322/fullstack-app-boilerplate
A basic full-stack app boilerplate
https://github.com/techeng322/fullstack-app-boilerplate
Last synced: 18 days ago
JSON representation
A basic full-stack app boilerplate
- Host: GitHub
- URL: https://github.com/techeng322/fullstack-app-boilerplate
- Owner: techeng322
- Created: 2023-11-08T19:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T21:59:40.000Z (about 1 year ago)
- Last Synced: 2024-01-15T10:34:57.925Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-Stack App Boilerplate
A basic full-stack app boilerplate.
## Installation
Scaffold your app with the following commands:
```sh
npx degit mvila/fullstack-app-boilerplate my-app && \
cd my-app && \
git init && \
npm install
```## Frontend
See the [frontend README](./frontend/README.md).
## Backend
See the [backend README](./backend/README.md).