Skip to content

FloraHarvey/Phoenix-React-Webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix-React-Webpack

Setting up a Phoenix backend to serve React frontend using Webpack. Includes live reloading.

  • Install frontend dependencies with cd frontend && npm install
  • Install api dependencies with cd api && mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser to view the React Frontend.

About

Configuring Phoenix to use React frontend with Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published