NETLIFT Installation Client Clone repo and cd into folder cd client npm install to install dependencies npm install --save-dev to install dev dependencies Server git submodule update --init cd server pipenv shell pipenv install --dev pipenv run dev Usage Client npm run dev to run in development mode Server Changelog Client Config Added webpack.config Added webpack.config.dev Added webpack.config.prod Configurated webpack Public Added images folder Added index.html Added !DOCTYPE and div#root to index.html Src Added components folder Added pages folder Bugs (fill in) Wins & Challenges Wins Planning was quick and efficient; roles distributed with ease Challenges (fill in) Public Added images folder Added index.html Added !DOCTYPE and div#root to index.html