Home

Awesome

<div align="center"> <img src="./resources/build/images/BirthdayCake.png" height="500px"> <h1><strong>PROJECT FOUNDATION</strong></h1> <h3>A bootstrap repository containing an infrastructure of files, folders, dependencies and build scripts for the development of JavaScript, Sass, and HTML based projects.</h3> <h1></h1> </div>

1 – Install Node.js

An installation of Node.js is required: Download Here

2 – Download or Clone Repository

Download the Project Foundation zip file or clone the repository by entering the following CLI command at the desired project location:

git clone https://github.com/gmattie/Project-Foundation.git

3 – Install Development Dependencies

Installation of development dependencies ( Node Modules ) are required. Install them by entering the following CLI command at the project root folder:

npm install

4 – Build Scripts

The following build scripts can be executed by entering their CLI commands at the project root folder:

Development

npm run dev

Production

npm run prod

Development & Production

npm run dev-prod

NOTE: Build processes can be terminated by pressing Ctrl+C on the CLI of the project root folder.