Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigardone/phoenix-react-redux-template

Application template for SPAs with Phoenix, React and Redux
https://github.com/bigardone/phoenix-react-redux-template

Last synced: about 1 month ago
JSON representation

Application template for SPAs with Phoenix, React and Redux

Awesome Lists containing this project

README

        

# Phoenix template

This is a template for new Phoenix single page applications with:

- **React**
- **Redux**
- **React router**
- **ES6/7**
- **Sass** with **Bourbon**, **Neat** and **Bitters**
- Authentication via **Guardian** and **jwt**

**User** base migration and both **registration** and **authentication** controllers already implemented.

To start your Phoenix app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Happy coding!

## License

See [LICENSE](LICENSE).