Skip to content

fictiontribe/ft-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiction Tribe Webpack

Screenshot

A creative agency landing page boilerplate with webpack.

Installation

Clone the boilerplate:

git clone https://github.com/fictiontribe/ft-webpack-boilerplate.git

and use Node Package Manager to install dependencies:

npm install

Features

  • 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

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


Credits


License

MIT

Fiction Tribe ®

FictionTribe Logo

Created at Fiction Tribe ® in Portland, OR


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors