https://github.com/lskjs/kit
LSK.js KIT
https://github.com/lskjs/kit
Last synced: about 2 months ago
JSON representation
LSK.js KIT
- Host: GitHub
- URL: https://github.com/lskjs/kit
- Owner: lskjs
- License: mit
- Created: 2021-02-08T18:23:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T15:06:00.000Z (about 4 years ago)
- Last Synced: 2025-01-17T23:30:24.252Z (4 months ago)
- Language: JavaScript
- Size: 6.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Just a Bot-kit
## Sample project example based on Lego Starter Kit## Develop
1. `npm install` –– Install node deps
2. `npm run bootstrap` –– Install packages/* deps
3. `npm run dev` –– Run develop mode for all packages## Develop in Docker
1. `docker-compose run app npm install`
2. `docker-compose run app npm run bootstrap`
3. `docker-compose run app npm run dev`## Tips
- `npm run link` –– if you want to link other developing packages in the monorep and packages
- `npm run update` –– if you want to update all developing packages versions in the monorep and packages## Что нужно, чтобы сделать фронт
1. Model (бд, mongoose) Mongo => collection, SQL => table. (schema + method) UsiversalModel (+method, findByParams)
2. Api => ListApi (CRUD)
3. Store MOBX, L
3.1 EntityStore (Model для фронта)
3.2 ListStore - list (array of EntityStore + включенные params)
4. ListPage страница (props)
5. фронтовый router (контроллер из MVC) !!!!!!---------
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!