pronevich / ran

:zap: RAN! React . GraphQL . Next.js Boilerplate :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching and more...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAN!

React . Apollo (GraphQL) . Next.js Boilerplate

Greenkeeper badge Join the chat at https://gitter.im/ran-boilerplate/Lobby Build Status license Code Climate Known Vulnerabilities npm styled with prettier

Features

  • Hot-Reload Ready for Dev

  • Next Generation JavaScript (ES6)

  • Offline Ready (Experimental!)

  • Next Generation CSS (CSS-in-JS)

  • Create New Page in a Second (with CLI)

  • SEO-Ready

  • Performance-first

  • Production Deployment Ready for Now, Digital Ocean and Heroku

  • Prettier and Eslint integrated

How to use

  • Firstly, Clone the repo with this command.
git clone --depth=1 https://github.com/Sly777/ran.git RAN
cd RAN
  • Then run yarn install && yarn run setup to prepare the project. (or npm install && npm run setup)
  • After it's finished, run yarn run dev (or npm run dev)

And that's all!

Example

Click here to see example project to understand how RAN! works on production. I used graph.cool service for GraphQL in the example.

Commands

Best feature of RAN! is CL commands. You can just run one command to create page with route! Click here to see details how It works on RAN!.

YAY

Documentation

Click here to see all details of RAN!

FAQ

Click here for FAQ of RAN! If it doesn't solve your problem, feel free to open an issue on GitHub!

Contributing

Please read Contributing doc for details on our code of conduct, and the process for submitting pull requests.

Versioning

RAN! is using SemVer for versioning. For the versions available, see the tags on this repository.

Author

See also the list of maintainers who participated in this project.

License

This project is licensed under the MIT license, Copyright (c) 2017 Ilker Guller. For more information see LICENSE.md.

About

:zap: RAN! React . GraphQL . Next.js Boilerplate :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching and more...

License:MIT License


Languages

Language:JavaScript 93.2%Language:ApacheConf 4.4%Language:HTML 1.5%Language:Shell 1.0%