A simple boilerplate that helps you make your react application with Server Side Rendering support.
Use yarn setup
for making project ready to start.
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.
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. |
- 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.
We use SemVer for versioning.
-
Amirhossein Ahmadi - Developer - amirhossein693
-
Ahmad Reza Mohammadi - Developer - ARMy4D
-
Mohammad Reza Mahmoudi - Developer - rezaaa
Phoneix is licensed under the MIT License - see the LICENSE.md file for details