Skip to content

varunpbardwaj/v-stack-jjrrtvz

Repository files navigation

logo

vStack

The best stack for React apps.


The vStack

The vStack is a React app development stack made by Varun Bardwaj. You can scaffold different templates based on your needs. This is not an all-inclusive template. We expect you to bring your own libraries that solve the needs of your application.

Stack:


Getting Started


To scaffold templates, run respective commands:

TypeScript

Basic
npx degit varunpbardwaj/v-stack-jrrttvz my-app
Example
npx degit varunpbardwaj/v-stack-jrrttvz-example my-app

JavaScript

Basic
npx degit varunpbardwaj/v-stack-jjrrtvz my-app
Example
npx degit varunpbardwaj/v-stack-jjrrtvz-example my-app

To install dependencies,

cd my-app
npm install

To run app,

npm run stack

To build app,

npm run build

To preview production ready app,

npm run preview

click here