@quliev/randomize

[] 1) npm run prod https://img.shields.io/npm/v/r?color=blue

Usage no npm install needed!

<script type="module">
  import qulievRandomize from 'https://cdn.skypack.dev/@quliev/randomize';
</script>

README

@devid-kuliev/randomize

[]

  1. npm run prod https://img.shields.io/npm/v/r?color=blue

2 Development

  1. npm run dev:client Build /dist/client.js and watch changes in src/client/*.js
  2. npm run dev:server Build /server.js and watch changes in src/server/*.js
  3. npm run dev:start Start local server and watch changes in /server.js

App structure

src
├── server
│   ├── controllers
│   ├── middlewares
│   ├── models
│   ├── hooks
│   ├── routes
│   │   ├── app [client interface]
│   │   ├── backoffice [admin interface]
│   │   └── index.js
│   ├── config.js [configuration of server]
│   └── index.js
├── client
│   ├── component [ smart ]
│   ├── container [ silly ]
│   ├── actions
│   ├── reducers
│   ├── helpers
│   └── index.js
└── common
    ├── controllers
    ├── middlewares
    ├── models
    ├── routes
    └── index.js
public
├── img
├── favicon.ico
└── manifest.json