Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).