This is a demo of an Airship CMS project that uses an Angular to render all pages. You can view the demo at http://angular-app.airshipcms.io.
- Airship CMS: a web development & deployment platform.
- Angular: a JavaScript framework.
- Bulma: a modern CSS framework.
Provision a new site in the Airship Developer Portal.
Follow the steps to re-create a Site Schema that matches this demo project.
If you don't yet have the Airship Launcher command line tools, install the Mac & Linux or Windows toolset.
In your terminal, navigate to the root of your directory and run the following (be sure to replace "mysite" with your actual site subdomain):
airship login mysite
or more verbosely:
airship login mysite.airshipcms.io
In your terminal, run the following:
airship land
This will download the initial project templates and directories.
In the root of your directory, run the following to start the Airship Server in your local project directory.
airship serve
Open a web browser and navigate to localhost:9001
to view your local site.
Follow the instructions for setting up Styling & Angular for this project. (If you don't want to follow the instructions step-by-step, you can also copy the relevant files from the demo repo to your site directory).
In the root of your directory, run:
airship launch
Enter y
when prompted. In seconds, your demo site will be published!