Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.7 KB

Law Offices of Villard Bastien Website - Remix

Note

Bastien Law website (clone) built with Remix (+ Vite for SPA mode)

Automate Changelog

Tech Stack

bastienlaw-remix is built on the following main stack:

Full tech stack here

Initialization

# Create Remix (+ Vite) SPA app
pnpm dlx create-remix@latest --template remix-run/remix/templates/spa app

# > Initialize a new git repository?
No

# > Install dependencies with npm?
No

Development

# Change directory to `app`
cd app
# Install deps (Using `pnpm` instead of `npm`)
pnpm install

# Start the development server
pnpm run dev