0.2.0 • Published 5 years ago

f22-starter v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

F22 App starter :rocket:

This is a starter cli kit for bootstrapping React and React Native Applications @F22labs.

For React Native projects, we use this repo https://github.com/f22labs/rn-boilerplate

React project boilerplate is WIP

Installation

  1. Install the package globally with
npm install -g f22-starter

or

yarn global add f22-starter
  1. Run command f22-starter and follow the instructions.

Note: This currently doesn't support Windows machines

For windows users, follow this instructions

Make sure you have yarn installed on your machine.

1.  Clone this project and delete `.git` folder.
2.  Run `yarn` to install the dependencies.
3.  Then `yarn rename [YOUR_PROJECT_NAME]` to rename the project.
4.  Then you're good to go.