Popularity
2.7
Stable
Activity
6.1
-
160
8
17

Programming language: JavaScript
Tags: Code Design     Boilerplate    
Latest version: v0.7.0

phoenix alternatives and similar libraries

Based on the "Boilerplate" category.
Alternatively, view phoenix alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of phoenix or a related project?

Add another 'Boilerplate' Library

README

Phoenix

MIT licenses Pull Requests Welcome

React applications boilerplate

A simple boilerplate that helps you make your react application with Server Side Rendering support.

Getting start

Use yarn setup for making project ready to start.

Manual

Make a copy of .env.default to .env for production and .env.development for development.

Then you need to rename code.example to code directory.

Installing Packages

Use yarn for installing packages. also you can add your application modules in code directory.

Yarn Description
yarn start:dev For starting the project in development mode run these commands at project root.
yarn start:prod For starting and simulating the project in production with webpack-dev-server run these commands.
yarn build && yarn start:serve For starting the project in production on the server run these commands.

Built With

  • React - A JavaScript library for building user interfaces
  • Lerna - A tool for managing JavaScript projects with multiple packages.
  • Express - Web framework for Node.js
  • React Redux - A predictable state container for JavaScript apps
  • React Router - React Router is a collection of navigational components that compose declaratively with your application.
  • Redux Saga - Is a library that aims to make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures.
  • Morgan - HTTP request logger middleware for node.js
  • Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
  • Helmet - A document head manager for React.

Versioning

We use SemVer for versioning.

Authors

  • Amirhossein Ahmadi - Developer - amirhossein693

  • Ahmad Reza Mohammadi - Developer - ARMy4D

  • Mohammad Reza Mahmoudi - Developer - rezaaa

License

Phoneix is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Links

  • [Change Log](CHANGELOG.md)


*Note that all licence references and agreements mentioned in the phoenix README section above are relevant to that project's source code only.