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
- Host: GitHub
- URL: https://github.com/sheshbabu/starterkit
- Owner: sheshbabu
- License: mit
- Created: 2019-05-25T09:38:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:43:00.000Z (about 1 year ago)
- Last Synced: 2024-10-29T23:47:43.462Z (about 1 year ago)
- Topics: fullstack-boilerplate, starter-kit, starter-template, typescript-boilerplate
- Language: TypeScript
- Homepage:
- Size: 665 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 61
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```