Setting up a Foundation App project
In this recipe, you will use the Foundation CLI tools to set up a Foundation for Apps project. You should note that Foundation for Apps was built for making responsive web apps. Using Foundation for App to create native-hybrid apps with wrappers, such as Cordova, is not trivial.
Getting ready
This recipe uses the same CLI tool as the one used in the Installing Foundation CLI recipe of Chapter 11, Foundation and Sass. So, reading the Installing Foundation CLI recipe before starting is recommended.
How to do it...
Learn how to set up a Foundation App project:
- Install Foundation CLI, as described in the Installing Foundation CLI recipe of Chapter 11, Foundation and Sass.
- Run the following command in your console to start a new Foundation project:
foundation new
- Choose the
A web app (Foundation for Apps)
option. The output in your console should look as follows: - The preceding step installs the files for Foundation for Apps in a new folder called
recipe4
. - Now, run...