generator-relay-fullstack

1.2.4 • Public • Published


relay-fullstack-yeoman


npm Travis branch Coveralls branch Dependency Status Dependency StatusevDependency Status

Relay Fullstack is a Relay scaffolding application that aims to help you get up and running a project without worrying about integrating tools. It comes with many modern technologies; Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS. Relay Fullstack is also using Hot-reload to real time update the screen whenever any code changes.

Usage

Install yo and generator-relay-fullstack globally

$ npm install -g yo generator-relay-fullstack

Create a new directory and start the generator, it will prompt some questions to help you get up and running

$ mkdir relay-fullstack && cd $_
$ yo relay-fullstack
$ npm start

Launch your favorite web browser and go to http://localhost:3000 for Relay application or http://localhost:8000 for GraphiQL.

License

MIT © Varayut Lerdkanlayanawat

Package Sidebar

Install

npm i generator-relay-fullstack

Weekly Downloads

1

Version

1.2.4

License

MIT

Last publish

Collaborators

  • lvarayut