0.0.2 • Published 6 years ago

pressclub-template-builder v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Boilerplate

A boilerplate for developing basic websites, i.e HTML, SCSS and JavaScript.

Installation

$ git clone https://github.com/codeandwander/boilerplate.git
$ cd boilerplate
$ yarn/npm install

To run in development

$ npm run dev

To deploy

$ npm run deploy
$ //push/upload to hosting provider
$
$ npm run start-production //for testing production locally

Staging env

$ npm run deploy
$ npm run start-staging

Application Structure

App structure is currently organised by feature.

.
├── app                      # Main app folder
├── assets                   # Main assets folder
│   ├── fonts
│   ├── html
│   ├── img
│   ├── js
│   ├── scss
├── local                    # A compiled env used for development
├── production               # A compiled env used for production

What's included

  • Webpack
  • Webpack Dev Server
  • Style, CSS, SCSS and font loaders
  • Deployment builder