@cyrilis/flame
v0.0.25
Published
Flame to Flavor
Readme
Flame
Getting start
Flame is a React framework build on Webpack.
Development
Develop:
npm i
npm run startBuild:
npm run buildDeploy
Service deploy
Built files was in dist folder, and served by Nginx. Nginx config file was located in /config/nginx.conf.
Client deploy
Client App could be emebeded in Electron or Tauri. A Tauri app src files was located in /src-tauri/.
