Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khattakdev/kodeman
https://github.com/khattakdev/kodeman
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khattakdev/kodeman
- Owner: khattakdev
- Created: 2021-10-01T04:57:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T08:03:59.000Z (over 2 years ago)
- Last Synced: 2024-10-20T07:41:11.418Z (26 days ago)
- Language: JavaScript
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kodeman
This is a mono repo which has both the frontend and the backend files.
To start a local frontend server
```js
npm install
npm run dev:front
```To start a local backend server
```js
npm install
npm run dev:back
```This project use `eslint` and `prettier` to make sure all the code is according to one specific standard and there is no inconsistency.
When you do a `git commit ...` your code will be checked and if there is any inconsistency your commit will be failed and error will be logged on the screen.