Fullstack project starter kit
- Typescript
- Express
- Postgres
- React
- CSS Modules
- Semantic UI
- Frappe Charts
- Docker, Docker Compose
- ESLint
- Prettier
- Clone this repository
$ 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
Prerequisites:
- Install
docker
anddocker-compose
Start the containers
$ docker-compose up -d
$ docker-compose -f docker-compose.yml up