Kick off your project with this opinionated boilerplate. This barebones starter ships with the main react configuration files you might need.
No installation is needed.
If you are using yarn
:
yarn create veve-app <stack> <project-name>
If you are using npm
:
npx create-veve-app <stack> <project-name>
You can still install globally if you want:
yarn global add create-veve-app
npm install -g create-veve-app
Warning The
project-name
will be generated using the path you defined. e.g.example-www
will beexampleWww
as the name for the app.
Warning The last argument is the
bundle-id
and is required.
Take a look at the documentation table of contents. This documentation is bundled with the project which makes it available for offline reading and provides a useful starting point for any documentation you want to write about your project.
We would love you to contribute to veve-swift-starter, check the CONTRIBUTING file for more info.
The code is available under the MIT license.