Skip to content

dkbay/StkeLanding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

This project requires both npm and bower to be installed.

Installing Bower

All you need to install Bower is to run npm install -g bower.

Initial setup

In the root directory of the repository, run:

  1. npm install - This will install all the npm dependencies
  2. bower install - This will download all the bower dependencies
  3. To make sure everything runs as expected, run ./node_modules/.bin/webpack and ./node_modules/.bin/webpack -p to make sure the compiling works and populate the dist files.

Compiling

To compile the assets, simply run ./node_modules/.bin/webpack.

Pushing to production

When pushing to production, make sure to use the -p flag: ./node_modules/.bin/webpack -p. This will minify the dist files.

Build "script"

npm install
bower install
./node_modules/.bin/webpack
./node_modules/.bin/webpack -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published