New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-brunch-scaffold

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-brunch-scaffold

An all-inclusive, baseline scaffolding setup to get up and running very quickly with an Ember.js application

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Ember Brunch Scaffold Project

This is an all-inclusive baseline scaffolding setup to get up and running very quickly with an Ember application. It runs off of Brunch to help maintain separation of code and prevent you from having one long ass app.js file. Hope you find it useful!

NOTE: this is currently a work-in-progress. All the basics of routing work. We plan on adding more features relatively soon that will demonstrate how to handle advanced features such as:

  • Authentication Management
  • Reusing a global modal throughout the application to present messages to the user

Dependencies

In case you completely overlooked the title (classic Phil), this application is built with Brunch. It is the only dependency needed (assuming you have node.js & npm installed), and therefore must be installed to build this application.

npm install -g brunch

Setup Process

After Brunch is installed, run these commands in your terminal to get started...

  1. npm install
  2. brunch watch --server

Navigate to http://localhost:3333. Happy Embering!

License

This project is released under the MIT License (see LICENSE for details).

FAQs

Package last updated on 02 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc