Skip to content

lskjs/kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):


Igor Suvorov

💻 🎨 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

Releases

No releases published

Packages

No packages published

Languages