One group member will need to create the initial files and link them, so that other members can pull down and start coding.
Acceptance Criteria
When The members of Papaphobia need to get the setup files for the Chatty project
Then Each member will navigate to ...Workspace/modern-js/group-projects directory on their machine
And git clone this repository into that directory
Setup
Story
One group member will need to create the initial files and link them, so that other members can pull down and start coding.
Acceptance Criteria
When The members of Papaphobia need to get the setup files for the Chatty project Then Each member will navigate to ...Workspace/modern-js/group-projects directory on their machine And git clone this repository into that directory
Technical Notes
index.html
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./styles/main.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="crossorigin="anonymous"></script>
<script src="./dist/app.js"></script>
.gitignore
.DS_Store
lib/node_modules
dist/
javascripts/
lib/
db/
lib/
grunt.loadNpmTasks('grunt-browserify'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('gruntify-eslint');
grunt.registerTask('default', ['eslint', 'browserify', 'watch',]); };
styles/
imgs/