Skip to content

AmarilloTechMeetup/events-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This the front-end repository for the Amarillo Make-a-thon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.5%
  • JavaScript 38.2%
  • HTML 22.3%