#The StartPoint Project
The StartPoint Project is a headstart for any Rails Project, meant to be used as a fast starting point to create any projects
It contains: -user authentication system generated by devise -bootstrap-sass gem setup -the rename gem Basic Structure: -controller: pages -views: home about
To rename the project, run:
rails g rename:app_to New-NameNew-Name is anything you want, without spaces.