Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicopennec/warp.pennec.io
https://github.com/nicopennec/warp.pennec.io
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicopennec/warp.pennec.io
- Owner: NicoPennec
- Created: 2020-03-09T22:43:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:46:10.406Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://warp.pennec.io
- Size: 1.78 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WarpJS Starter Template
Starter kit to develop, build & deploy a sample project with [WarpJS](https://warpjs.com/).
## Requirements
Node.js latest 8.x or above
## Setup
### Install
- Clone the project
- run `npm install`### Config WarpJS
- Open an account on [starbase.warpjs.com](https://starbase.warpjs.com) to get access to WarpJS
- Get your `User ID` and a `Project name` ("demo" by default) from the [WarpJS Console](https://starbase.warpjs.com)
- Rename the `.env.example` file to `.env` and copy your keys inside it## Run
```bash
# run on localhost
$ npm start# build and deploy to production
$ npm run build
$ npm run deploy
```## Resources
- [Getting started with WarpJS](https://warpjs.dev/docs/getting-started)
- [WarpJS Documentation](https://warpjs.dev/)