Skip to content

Sample application for my ReasonML talk at React Meet-up

Notifications You must be signed in to change notification settings

xantrac/reason_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReasonShop

Learn more

Start the server:

  • Install dependencies with mix deps.get
  • Create, migrate and seed your database with mix ecto.setup (or mix ecto.reset if the database already exists)
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint, build Reason assets, and start webpack watcher with mix RS.server

Now you can visit localhost:4000 from your browser.

About

Sample application for my ReasonML talk at React Meet-up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published