Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.55 KB

@exadel/server-sketch-cli

Overview

Simple command line interface(CLI) to work with @exadel/server-sketch (git). Helps create & setup demo project.

How to use

Install

  1. Install NodeJs (This will also install npm)
  2. Create simple package.json (npm init)
  3. Install @exadel/server-sketch as dependency for your project (👍):
npm i @exadel/server-sketch --save-dev
  1. And CLI @exadel/server-sketch-cli:
npm i @exadel/server-sketch-cli

Quick Start

  1. Create demo project(structure):
npx server-sketch create-demo-project 
  1. Start server:
npm run server
  1. Easiest! You can make a ☕ :)

Commands

  • npx server-sketch create-demo-project: Create demo project with initial structure.

FAQ

Will be updated. If you have any questions, you can ask with "Issues" (❓).

Links

🧰


Exadel, Inc.