Coder Social home page Coder Social logo

amouhsine / cookiecutter-dash-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brianthomasross/cookiecutter-dash-app

0.0 1.0 0.0 135 KB

Cookiecutter template for making a minimal dash app, deployable to Heroku

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

cookiecutter-dash-app's Introduction

cookiecutter-dash-app

Cookiecutter template for making a minimal dash app, deployable to Heroku.

A live demo is running at cookiecutter-dash.herokuapp.com.


To use this cookiecutter template you need to have cookiecutter installed.

pip install cookiecutter

Create a new public repository in GitHub, this will be the name of your app. Do not initialize the repository with a .gitignore LICENSE or README

On your local machine navigate to your workspace and run:

cookiecutter https://github.com/brianthomasross/cookiecutter-dash-app.git

This will ask you a few questions, be sure to use the app name from the GitHub repo you created earlier.

When you've answered all the questions a folder will have been created with the app name.

Navigate into the directory cd <your-app-name>

Then run the following:

git init

git add .

git commit -m "Initial commit"

git remote add origin <the url for your github repo>

git push origin master

When you've made through the above commands you can navigate to your repo on GitHub. Scroll down and you will see a deploy to Heroku button. Click the button and choose a name for your app on Heroku, this will prepend the url your-app-name.herokuapp.com will be the main site.

Click Deploy and the app should build! Enjoy!


Thanks to Ryan Herr for the original template as inspiration.

cookiecutter-dash-app's People

Contributors

brianthomasross avatar rrherr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.