Starter Project for creating component-based website mockups
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
** This project is not designed to be deployed to a production environment. **
Gulp: Be sure to globally install first!
VSCode: Highly recommended but not required.
Open a terminal and navigate to the root of the project and install the npm dependencies.
npm i
Run gulp to build the project (and rebuild on any updates)
gulp
Start express to view the site from a local browser
gulp serve
This project is not intended for deployment to a public-facing server.
- Nunjucks - Templating engine
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Mark Clark - Project Creator
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details