Skip to content

CLI for component based server for frontend developers. Helps quickly serve static files, generate html for components & pages for new projects.

License

Notifications You must be signed in to change notification settings

exadel-inc/server-sketch-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

CLI for component based server for frontend developers. Helps quickly serve static files, generate html for components & pages for new projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages