rekit icon indicating copy to clipboard operation
rekit copied to clipboard

Plans for version updates?

Open chiester opened this issue 6 years ago • 3 comments

Are there plans to update to the latest version of create-react-app as well as Webpack 4, etc. ?

chiester avatar Aug 28 '19 16:08 chiester

You can use rekit beta:

npm install -g rekit@next rekit-studio@next
rekit create my-app
cd my-app
rekit-studio -p 3000

Now rekit-studio is a global command.

If you use Mac, you can use a native app: https://github.com/rekit/rekit-app/releases

supnate avatar Aug 29 '19 02:08 supnate

@supnate what about saga plugin for the native app? Also once beta is released what's the proper procedure on updating both rekit-core and rekit-studio, just upgrade packages and hope for the best or? Thanks

bojantv avatar Dec 13 '19 14:12 bojantv

You can use rekit beta:

npm install -g rekit@next rekit-studio@next
rekit create my-app
cd my-app
rekit-studio -p 3000

Now rekit-studio is a global command.

If you use Mac, you can use a native app: https://github.com/rekit/rekit-app/releases

some tips for newer: .. .. cd my-app rekit-studio -p 3000 npm run start ( do not miss this command , it will start the dev-server at port 3100)

xiongtoto0526 avatar Jan 13 '20 01:01 xiongtoto0526