Skip to content

A twitter clone project. Emphasis on pulling together best practices and developing a new boilerplate for Phoenix <-> React apps

Notifications You must be signed in to change notification settings

otherchris/dwidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwidder

It's like twitter, but less!

Running locally:

$ git clone git@github.com:otherchris/dwidder.git
$ cd client
$ npm i
$ npm start

$ cd ../api
$ mix deps.get
$ mix ecto.create
$ mix ecto.migrate
$ mix phx.server

$ cd ..
$ ./full_test.sh

About

A twitter clone project. Emphasis on pulling together best practices and developing a new boilerplate for Phoenix <-> React apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published