react-universal-app-generator

0.1.16 • Public • Published

react-universal-app-generator

react-universal-app-generator is a project heavily inspired by create-react-app (CRA). Unlike CRA which is gradually turning into a beast, focus of this project is on simplicity. The goal is to provide easy setup to start dealing with real problems, instead focusing on a lot of problems related to proper build configuration for universal applications. Once you get to the phase where have something real implemented, you can just eject configs and fine tune everything appropriately.

Usage

  1. Install react-universal-app-generator globally npm install -g react-universal-app-generator
  2. Generate new project with react-universal-app-generator name-of-the-project
  3. cd to newly created project cd name-of-the-project
  4. npm start to start the server
  5. Open the browser http://localhost:3000

Dependencies (13)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-universal-app-generator

    Weekly Downloads

    0

    Version

    0.1.16

    License

    MIT

    Last publish

    Collaborators

    • tomkis