Skip to content

aliaelshennawy/spaceship

Repository files navigation

Workflow

This is a simple workflow for building HTML/CSS/JavaScript applications based on Gulp. It uses:

  • Pug as an HTML preprocessor
  • PostCSS
  • Babel for JavaScript
  • Browserify for bundling

How to use

Starting development server

# YARN
yarn start

# NPM
npm run start

Creating a build

# YARN
yarn build

# NPM
npm run build

Serving a build

# YARN
yarn serve

# NPM
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published