JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q36051F
  • License MIT

☂ A fast json server with no dependencies inspired in json-server

Package Exports

  • quicky-server
  • quicky-server/bin/cli/bin.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (quicky-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Quicky Server

GitHub top language Repository size GitHub last commit GitHub LICENSE

☂ A fast json server with no dependencies inspired in json-server ☂

⬇️ How to install and use it

npm install -g quicky-server
quicky-server <port> <mock/path>

⬇️ How to develop and contribute

git clone https://github.com/kauefraga/quicky-server.git
cd quicky-server
npm install
npm dev <port> <mock/path>

Or downloading with yarn? yarn && yarn dev <port> <mock/path>
Sincerely, i prefer pnpm, so: pnpm i && pnpm dev <port> <mock/path>

💻 Technologies

🗃 Project tree view

.
├─ src
│  ├─ cli
│  ├─ http
│  ├─ lib
└─ tsconfig.json

📝 License

This project is licensed under the MIT License - See the LICENSE for more information.


Built with love Powered by coffee