create-shuvi-app
v0.0.1
Published
Create Shuvi.js-powered React apps with one command
Readme
Create Shuvi App
Create Shuvi App works on macOS, Windows, and Linux. If something doesn’t work, please file an issue.
Quick Overview
npx create-shuvi-app my-app
cd my-app
npm run devIf you've previously installed create-shuvi-app globally via npm install -g create-shuvi-app, we recommend you uninstall the package using npm uninstall -g create-shuvi-app to ensure that npx always uses the latest version.
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
Then open http://localhost:5000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.
License
Create Shuvi App is open source software licensed as MIT.
