Note
Bastien Law website (clone) built with Remix (+ Vite for SPA mode)
bastienlaw-remix
is built on the following main stack:
- JavaScript – Languages
- TypeScript – Languages
- React – Javascript UI Libraries
- ESLint – Code Review
- Vite – JS Build Tools / JS Task Runners
Full tech stack here
# 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
# Change directory to `app`
cd app
# Install deps (Using `pnpm` instead of `npm`)
pnpm install
# Start the development server
pnpm run dev