felipecodes / react-backpack

πŸŽ’ Just a simple way to init React apps, and keep it simples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Boilerplate

See the app documentation's here.

Running the app

Production mode

Whenever you want to run in production mode you have to have build the app and to after run the app:

Build the renderer server

npm run hyperion:build

Build the React App

npm run web:build

Start the renderer server

npm run hyperion:start

Development mode

Whenever you want to run in development mode:

Start the renderer server in development mode

npm run hyperion:dev

Start the webpack-web-server to develop the React App

npm run web:dev

About

πŸŽ’ Just a simple way to init React apps, and keep it simples


Languages

Language:JavaScript 93.8%Language:HTML 4.2%Language:Shell 2.1%