samcorcos / app

Frontend app for storyshopapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StoryShop - The Application

Tests

End-to-end testing is powered in part by BrowserStack, thanks to their support of Open Source projects.

License

MIT

Installation

First you need to update your /etc/hosts file to include dev.storyshopapp.com, like so:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost dev.storyshopapp.com
255.255.255.255 broadcasthost
::1             localhost

Update the fixtures/users.json file to include yourself. Make sure you include a unique ID. Also go ahead and add yourself as the owner of a world.

Then run the following commands to install your dependencies, seed the database, and run the app in dev mode.

$ npm install
$ npm run data
$ npm run dev

Then access the site on dev.storyshopapp.com:8888

Routing

The directory structure mirrors the URL structure. So if we change the URL structure, we need to change the directory structure.

About

Frontend app for storyshopapp.com


Languages

Language:JavaScript 98.8%Language:HTML 1.2%