create-mock-backend
Version:
This is npx starter package for installing your favourite backend template for mockBee.
32 lines (20 loc) • 594 B
Markdown
# Installation
Getting started with mockBee is easy! 🏄♂️
## Scaffolding your Project
### Step 1: Cloning the Repo
Run the following command in your terminal.
```bash
npx create-mock-backend
// or
yarn create mock-backend
```
That's it! Wait for the installation to be finished follow the instructions in the terminal.
Select the name of your app, your favourite mockBee template and let us handle the rest for you!
### Step 2: Running the App
Head over to your project and run,
```bash
npm start
// or
yarn start
```
This should run your **react app** on `localhost:3000`!