Skip to content

minuteboo-llc/miniboo-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veve-react-starter

npm version devDependency Status GitHub license Logo

Kick off your project with this opinionated boilerplate. This barebones starter ships with the main react configuration files you might need.

Installation

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 be exampleWww as the name for the app.

Warning The last argument is the bundle-id and is required.

Documentation

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.

Contribution

We would love you to contribute to veve-swift-starter, check the CONTRIBUTING file for more info.

License

The code is available under the MIT license.