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

https://github.com/sheshbabu/starterkit

Fullstack project starter kit
https://github.com/sheshbabu/starterkit

fullstack-boilerplate starter-kit starter-template typescript-boilerplate

Last synced: 8 months ago
JSON representation

Fullstack project starter kit

Awesome Lists containing this project

README

          

# Starterkit

Fullstack project starter kit

- Typescript
- Express
- Postgres
- React
- CSS Modules
- Semantic UI
- Frappe Charts
- Docker, Docker Compose
- ESLint
- Prettier

## Usage

- Clone this repository

```shell
$ git clone https://github.com/sheshbabu/starterkit.git your-project-name
```

- Replace references to "starterkit" with `your-project-name`
- Delete the code for features you don't need

## Local development

Prerequisites:

- Install `docker` and `docker-compose`

Start the containers

```shell
$ docker-compose up -d
```

## Production

```shell
$ docker-compose -f docker-compose.yml up
```