Home

Awesome

<div align="center"> <img width="200" src="code.example/assets/images/logo.png"> <h1>Phoenix</h1> </div> <div align="center">

MIT licenses Pull Requests Welcome

</div>

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.

YarnDescription
yarn start:devFor starting the project in development mode run these commands at project root.
yarn start:prodFor starting and simulating the project in production with webpack-dev-server run these commands.
yarn build && yarn start:serveFor starting the project in production on the server run these commands.

Built With

Versioning

We use SemVer for versioning.

Authors

License

Phoneix is licensed under the MIT License - see the LICENSE.md file for details

Links