Skip to content

🎒 Just a simple way to init React apps, and keep it simples

Notifications You must be signed in to change notification settings

felipecodes/react-backpack

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published