https://github.com/noclocks/bastienlaw-remix
Bastien Law Website (Revamped)
https://github.com/noclocks/bastienlaw-remix
react remix tsx typescript vite
Last synced: about 1 month ago
JSON representation
Bastien Law Website (Revamped)
- Host: GitHub
- URL: https://github.com/noclocks/bastienlaw-remix
- Owner: noclocks
- Created: 2024-02-22T20:45:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T20:14:17.000Z (5 months ago)
- Last Synced: 2025-01-28T20:32:07.388Z (5 months ago)
- Topics: react, remix, tsx, typescript, vite
- Language: CSS
- Homepage: https://bastienlaw.com
- Size: 5.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- jimsghstars - noclocks/bastienlaw-remix - Bastien Law website (clone) built with Remix (+ Vite for SPA mode) (CSS)
README
# Law Offices of Villard Bastien Website - Remix
> [!NOTE]
> Bastien Law website (clone) built with Remix (+ Vite for SPA mode)[](https://github.com/noclocks/bastienlaw-remix/actions/workflows/changelog.yml)
## Tech Stack
`bastienlaw-remix` is built on the following main stack:
-
[JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
-[TypeScript](http://www.typescriptlang.org) – Languages
-[React](https://reactjs.org/) – Javascript UI Libraries
-[ESLint](http://eslint.org/) – Code Review
-[Vite](https://vitejs.dev/) – JS Build Tools / JS Task Runners
Full tech stack [here](/techstack.md)
## Initialization
```zsh
# 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
```zsh
# Change directory to `app`
cd app
# Install deps (Using `pnpm` instead of `npm`)
pnpm install# Start the development server
pnpm run dev
```