Skip to content

ScaleDynamics/warpjs-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WarpJS Starter Template

Starter kit to develop, build & deploy a sample project with WarpJS.

Requirements

Node.js latest 10.x (or above).

Setup

Install

Clone the project template:

$ git clone https://github.com/ScaleDynamics/warpjs-starter-template.git
$ cd warpjs-starter-template
$ npm install

Login to ScaleDynamics

Run the following command once to authenticate to your ScaleDynamics account with the WarpJS CLI:

$ npx warp login

Run

# run on localhost
$ npm run dev

# build and deploy to production
$ npm run build
$ npm run deploy

Resources

Releases

No releases published

Packages

No packages published