Skip to content

ws-rush/reactive

Repository files navigation

Reactive - Opinionated Vite Starter Template

Mocking up web app with Reactive


Live Demo Docs


Features

for component preview add Preview.js to vscode


Try it now!

Reactive requires Node >=20.x

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit wusaby-rush/reactive my-reactive-app
cd my-reactive-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • Remove the .github folder
  • Clean up the READMEs and remove routes
  • Remove tests and write your own

And, enjoy :)

Usage

Development

Just run and visit http://localhost:5173

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the vitesse image by opening the terminal in the project's root directory.

docker buildx build . -t reactive:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 reactive:latest

Why

Configure apps is a headeach, I loved vitesse template for vue, so I decided do one for react.

About

Mocking up web app with Reactive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published