Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.16 KB

File metadata and controls

35 lines (20 loc) · 1.16 KB

Amarillo Event Hub Frontend

(from: Webpack + SASS + Handlebars + Dev Server Boilerplate)

Getting Started

run: npm install

Changes in real time

  1. Start the Webpack Dev Server: npm run dev

  2. Go to the url: http://localhost:8080/webpack-dev-server/

  3. Start to code and see the magic happen.

After you finish the development, run the build command to have all your code available and minified in your build directory: npm run build

Making Changes

The SASS/SCSS code goes inside the styles directory.

The JS code goes inside the app directory.

The Handlebars files goes inside the templates directory.

You can edit it with any editor you prefer. Just change the files and you will see the changes in your browser.

Deployment

Right now, this repository is tied to continuous deployment for https://amarilloeventhub.com, so any push to the Master branch will automagically be published to the site. The backend is in another repository, and that does not yet have a Continous Deployment hook. We'll add one once we have things tied together end-to-end.