Skip to content

Ember boilerplate with a sandbox route for front-end dev

License

Notifications You must be signed in to change notification settings

builtbykrit/sandbox

Repository files navigation

Sandbox

This is a boilerplate example project for an Ember app using Sass and Bourbon. This boilerplate includes a sandbox route with some base elements and styles that we can use as a jumping off point for new projects. They are intended to be added to and customized.

Prerequisites

You will need the following things properly installed on your computer.

Key Dependencies

These are what the libraries we build off of. They intentionally minimal, to let us quickly and easily customize our styling without having to override a bunch of crap we don't want. Feel free to use something else, but you'll have to do some hacking. Note that these are installed by default in the step below.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

License

About

Ember boilerplate with a sandbox route for front-end dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •