create-wirup-app
v0.3.2
Published
CLI tool to setup a project with Wirup.js.
Maintainers
Readme
What is create-wirup-app?
This is a CLI tool to generate a sample web app that uses Wirup.
Pre-requisites
Make sure you have Node.js installed on your machine.
Installation
Install globally via npm:
npm install -g create-wirup-appGetting Started
Simply run this from your command line to create a new project:
create-wirup-app <your-app-name>Running the Example
Navigate to the newly created project:
cd <your-app-name>If you do not have a server installed, install it using the below command:
npm install -g http-serverRun your app from its folder:
http-serverRead the Wirup documentation to modify the app.
