A creative agency landing page boilerplate with webpack.
Clone the boilerplate:
git clone https://github.com/fictiontribe/ft-webpack-boilerplate.git
and use Node Package Manager to install dependencies:
npm install
- Organize and structure landing page development
- Preload project with SASS and GSAP
- Development and production build processes
- Optimize Javascript, CSS, and static assets
- Reusable mixins
- Reusable GSAP animations
- Surge deploy
Start a development server:
npm run start
Create a production build:
npm run build
To deploy site, update deploy script in package.json
"deploy": "surge --project ./dist/ --domain YOUR-SITE-NAME-HERE.surge.sh",
Deploy to surge:
npm run deploy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- @connorburgess
- @mishapetrov
- Inspiration from Static Site Boilerplate
MIT
Created at Fiction Tribe ® in Portland, OR

