codebuddies / dungeonbuddies

Multi User Dungeon Coded by codebuddies slack members
MIT License
6 stars 3 forks source link

Front End Updates #24

Closed angelocordon closed 5 years ago

angelocordon commented 5 years ago

Set up front end architecture with Webpack; Vue can easily be installed in the future by running docker-compose exec web rails webpack:install:vue.

Dockerfile and Docker Compose file is restructured to use a Docker Image that includes Ruby, Rails + NodeJS. This allows us to use Yarn as well against the Docker web service. Additionally, this includes a fix for the server.pid issue (#13).

Lastly, minimalistic updates to our welcome screen:

image

stain88 commented 5 years ago

I'm happy with the current situation

jtkaufman737 commented 5 years ago

Looking good to me as well.