Personal website built using Foundation's CLi
To use this template, your computer needs:
This template can be installed with the Foundation CLI, or downloaded and set up manually.
cd
to your cloned repo and to install dependencies to run locally.
npm install
While inside of your app's folder, use the watch
command to assemble your app and run a test server.
foundation watch
While this process is running, you can view the assembled app in your browser, at this URL:
http://localhost:8001
While the server is running, any changes you make to your HTML, Sass, or JavaScript will automatically be processed and added to your live app.
To build your app for production, use foundation build
.
foundation build
Updates your Bower packages, which includes Foundation. Run this command when you want to update an existing project to the newest version of Foundation.
foundation update
Lists all available commands in the CLI.
foundation help
Add a command name at the end to learn how a specific command works.
foundation help new