https://github.com/khattakdev/kodeman
https://github.com/khattakdev/kodeman
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khattakdev/kodeman
- Owner: khattakdev
- Created: 2021-10-01T04:57:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T08:03:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T08:44:53.674Z (over 1 year 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.