8000 GitHub - J3T4R0/hello_jreact: simple elixir app, demo of "myswt megaweb" template : user interface based on jreact
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

simple elixir app, demo of "myswt megaweb" template : user interface based on jreact

Notifications You must be signed in to change notification settings

J3T4R0/hello_jreact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloJreact

WARNING - external deps

git
npm
bower
brunch

Configuration

config :myswt, 
	app: :hello_jreact, 
	server_port: 8081, 
	callback_module: HelloJreact.Myswt.Callbacks,
	basic_auth: %{login: "hello", password: "world"}
config :bullet,
	basic_auth: %{login: "hello", password: "world"}

Very simple example of usage "myswt megaweb" template

mix deps.get
mix myswt.init
mix myswt.build # sudo
iex -S mix

Now look awesome web app in http://127.0.0.1:8081 with basic auth!

About

simple elixir app, demo of "myswt megaweb" template : user interface based on jreact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%
0