Skip to content

callmetwan/generator-electrode

This branch is 10 commits behind electrodejs/deprecated-generator-electrode:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76d4fc2 · Dec 1, 2016

History

73 Commits
Dec 1, 2016
Oct 25, 2016
Aug 12, 2016
Sep 22, 2016
Aug 12, 2016
Aug 12, 2016
Sep 22, 2016
Aug 12, 2016
Sep 26, 2016
Sep 22, 2016
Nov 2, 2016

Repository files navigation

generator-electrode NPM version Build Status Dependency Status

Generate Electrode Isomorphic Universal React App with NodeJS backend.

Installation

First, install Yeoman, gulp, and generator-electrode using npm (we assume you have pre-installed node.js (> 4.2.x required)).

$ npm install -g yo gulp generator-electrode

Note: You may need add sudo to the command.

Then generate your new project:

$ mkdir your-project-name
$ cd your-project-name
$ yo electrode

Running the app

Once the application is generated and npm install is completed, you are ready to try it out.

$ npm start

Wait for webpack to be ready and navigate to http://localhost:3000 with your browser.

You can run gulp to see the list of tasks available.

Some common ones:

  • gulp dev - start in webpack-dev-server development mode
  • gulp hot - start in webpack-dev-server hot mode
  • gulp build - build production dist files
  • gulp server-prod - start server in production mode
  • gulp check - run unit tests with coverage

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

Built with ❤️ by Team Electrode @WalmartLabs.

License

Apache-2.0 © WalmartLabs

About

Yeoman generator for Electrode Isomorphic App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Other 1.5%