Starter kit to develop, build & deploy a sample project with WarpJS.
Node.js latest 10.x (or above).
Clone the project template:
$ git clone https://github.com/ScaleDynamics/warpjs-starter-template.git
$ cd warpjs-starter-template
$ npm install
Run the following command once to authenticate to your ScaleDynamics account with the WarpJS CLI:
$ npx warp login
# run on localhost
$ npm run dev
# build and deploy to production
$ npm run build
$ npm run deploy