Added the basic architecture for front-end development. Website still functional and identical. API shouldn't be touched either. Here are the basic changes I made:
Updated .gitignore
Added SCSS and JavaScript compilation using Flask-Assets
Created layout based template structure
Changed local host from 0.0.0.0:5000 to 127.0.0.1:5000 due to Chrome bug.
@joengelm - If you could test that the website and API are still functional, we can merge into master.
Added the basic architecture for front-end development. Website still functional and identical. API shouldn't be touched either. Here are the basic changes I made:
0.0.0.0:5000
to127.0.0.1:5000
due to Chrome bug.@joengelm - If you could test that the website and API are still functional, we can merge into master.