Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vovastelmashchuk/kickstart


https://github.com/vovastelmashchuk/kickstart

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Kickstart project

The project create as a start template for js project with mongo db, htmx and handle bars.

### Template includes

- Docker image
- GitHub action for deploy docker image
- Setuped client for mongo
- .gitignore file
- nodeman setup
- tailwaind
- handlebars
- mongodb

### First run

Enfure the following install:
- Node.js
- npm

Run the following command to install all dependencies:
```sh
npm install
```

Run the following command to start the project:
```sh
npm run dev
```