Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vovastelmashchuk/kickstart
https://github.com/vovastelmashchuk/kickstart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vovastelmashchuk/kickstart
- Owner: VovaStelmashchuk
- Created: 2024-08-17T17:09:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T15:09:25.000Z (3 months ago)
- Last Synced: 2024-10-12T05:08:01.405Z (3 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
- npmRun the following command to install all dependencies:
```sh
npm install
```Run the following command to start the project:
```sh
npm run dev
```