Perform the following commands:
git clone git@github.com:Schlumberger/ntnu-td4290-17.git
cd ntnu-td4290-17
npm install
npm start
npm run build
firebase deploy
/client - The frontend-part of the application
/components - Stateless render components
/data - Source data (temp)
/dist - Folder that contains the built project
.babelrc - Contains the configuration for the babel transpiler
.firebaserc - Contains firebase hosting configuration
.gitignore - Files that should be ignored by git
firebase.json - Firebase configuration
index.html - Template for the website skeleton
package.json - Contains all the dependencies and scripts
readme.md - This document
webpack.config.js - The configuration-object for webpack
atom-save-all
- Saves all files on Ctrl-S
language-babel
- Syntax highlighting for JSX/ES6
prettier-atom
- Formats code on save according to linting rules