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
☂ 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
- NodeJS - A runtime based on V8 JavaScript
- 💄 Code styling with Eslint
- 🧑💻 Typescript - Improve dev experience by adding type safety
🗃 Project tree view
.
├─ src
│ ├─ cli
│ ├─ http
│ ├─ lib
└─ tsconfig.json📝 License
This project is licensed under the MIT License - See the LICENSE for more information.