Skip to content

space-rocket/drunken-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrunkenAngular

Getting Started

The first thing you want to do is copy the drunken-angular directory and change the name to something else (like, say, my-awesome-app), and then you'll need to do a three-step find and replace on the name in all the templates.

  1. Search for drunken_angular to capture the configs.
  2. Search for DrunkenAngular to capture all the function names.
  3. Search for Drunken Angular to capture all static text.

OR

  • Search for: drunken-angular and replace with: my-awesome-app.
  • Search for: drunken_angular and replace with: my_awesome_app.
  • Search for: DrunkenAngular and replace with: MyAwesomeApp.
  • Search for: Drunken Angular and replace with: My Awesome App.

Inside /lib folder, rename drunken_angular to my_awesome_app and in the same folder rename drunken_angular.ex to my_awesome_app.ex.

Next, update or delete this readme.

Now you're ready to go! May the Angular and Elixir be with you :)

Good luck!

To start your Phoenix app:

  1. Clean out artifact dependencies and install fresh dependencies rm -rf _build deps mix.lock && mix deps.clean --unused && mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Install npm packages npm install
  4. Compile Sass and Typescript files and launch the phoenix server npm start.

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Phoenix/Elixir/Erlang and Angular 2 Full Stack App Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published