phoenix alternatives and similar libraries
Based on the "Boilerplate" category.
Alternatively, view phoenix alternatives based on common mentions on social networks and blogs.
-
react-boilerplate
๐ฅ A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. -
react-redux-universal-hot-example
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform -
nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) -
generator-starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud -
relay-fullstack
:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS -
rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes -
universal-redux
DISCONTINUED. An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to. -
gluestick
DISCONTINUED. GlueStick is a command line interface for quickly developing universal web applications using React and Redux. -
crisp-react
React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in. -
elegant
โจ Build SEO-friendly websites, super fast full-stack web applications, and much more with Elegant. ๐ Built with Next.js, TipTap, Tailwind CSS, and more. -
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire: -
express-react-boilerplate
DISCONTINUED. (Deprecated) ๐๐๐ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter. -
cra-template-redux-auth-starter
Create React App boilerplate template with React, Redux Toolkit, React Router, Ant Design, Axios, Redux-Saga, SASS, Authentication, Routes. No configuration is required, Start building your App.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of phoenix or a related project?
README
Phoenix
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.