Skip to content

noclocks/bastienlaw-remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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