Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sazito/phoenix
A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support.
https://github.com/Sazito/phoenix
Last synced: about 2 months ago
JSON representation
A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support.
- Host: GitHub
- URL: https://github.com/Sazito/phoenix
- Owner: Sazito
- Created: 2019-06-02T15:31:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T21:26:38.000Z (about 1 year ago)
- Last Synced: 2024-07-31T23:45:37.851Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.69 MB
- Stars: 160
- Watchers: 8
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-react-components - phoenix - A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support. (Code Design / Boilerplate)
- awesome-react-components - phoenix - A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support. (Code Design / Boilerplate)
- fucking-awesome-react-components - phoenix - A simple boilerplate that helps you make your react application with Server Side Rendering & Localization support. (Code Design / Boilerplate)
README
Phoenix
[![MIT licenses](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]()#### 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](https://reactjs.org/) - A JavaScript library for building user interfaces
* [Lerna](https://lerna.js.org/) - A tool for managing JavaScript projects with multiple packages.
* [Express](https://expressjs.com/) - Web framework for Node.js
* [React Redux](https://redux.js.org/) - A predictable state container for JavaScript apps
* [React Router](https://reacttraining.com/react-router/) - React Router is a collection of navigational components that compose declaratively with your application.
* [Redux Saga](https://redux-saga.js.org/) - 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](https://github.com/expressjs/morgan) - HTTP request logger middleware for node.js
* [Jest](https://jestjs.io/) - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
* [Helmet](https://github.com/nfl/react-helmet) - A document head manager for React.## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors
* **Amirhossein Ahmadi** - *Developer* - [amirhossein693](https://github.com/amirhossein693)
* **Ahmad Reza Mohammadi** - *Developer* - [ARMy4D](https://github.com/ARMy4D)
* **Mohammad Reza Mahmoudi** - *Developer* - [rezaaa](https://github.com/rezaaa)
## License
Phoneix is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
### Links
- [Change Log](CHANGELOG.md)