Divjoy React SaaS Boilerplate

Divjoy React SaaS Boilerplate 0.1.0

Sem autorização para baixar
  • Criador do tópico Criador do tópico richard
  • Data de início Data de início
Lv.12
Bronze Member
Iron Member
Associado
11/09/2021
Mensagens
3.355
Pontuação de reações
913
Credits
$3.732
thanks to dear member @richard submitted a new resource:

Divjoy React SaaS Boilerplate - React SaaS Boilerplate

## 👉 Get Started
Install dependencies
```
npm install
```
Update your `.env` file with values for each environment variable
```
API_KEY=AIzaSyBkkFF0XhNZeWuDmOfEhsgdfX1VBG7WTas
etc ...
```

Install the Vercel CLI
```
npm install -g vercel
```
Link codebase to a Vercel project and run development server
```
vercel dev
```
When the above command completes you'll be able to view your website at `http://localhost:3000`.

_Note: You can run just the front-end with `npm run start`, but...

Read more about this resource...
 
Top