Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.64 KB

README.md

File metadata and controls

93 lines (62 loc) · 2.64 KB

Svelte Hipster

Dependency Status code style: prettier

Generate cybernetically enhanced JHipster web applications

🚧 Under active development

JHipster ❤️ Svelte JS ❤️ Tailwind CSS

Introduction

This is a JHipster blueprint, that intends to use Sapper / Svelte as the client side development framework.

Prerequisites

This guide assumes that you have already setup JHipster on your workstation.

Installation

To install the blueprint, run below command:

npm install -g generator-jhipster-svelte

To update the blueprint, run below command:

npm update -g generator-jhipster-svelte

Usage

To use the blueprint, run the below command:

jhipster --blueprints generator-jhipster-svelte

🛠️ Development

To setup your development environment, follow below steps:

  1. Link svelte blueprint globally:
cd generator-jhipster-svelte
npm link
  1. Link a development version of JHipster to your blueprint (optional: required only if you want to use a non-released JHipster version, like the master branch or your own custom fork)
cd generator-jhipster
npm link

cd generator-jhipster-svelte
npm link generator-jhipster
  1. Create a new directory for your application and link JHipster and svelte blueprint.
mkdir my-app && cd my-app

npm link generator-jhipster-svelte
npm link generator-jhipster (Optional: Needed only if you are using a non-released JHipster version)

jhipster -d --blueprints generator-jhipster-svelte

License

Apache-2.0 © Vishal Mahajan