Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noclocks/bastienlaw-remix

Bastien Law website (clone) built with Remix (+ Vite for SPA mode)
https://github.com/noclocks/bastienlaw-remix

react remix tsx typescript vite

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Law Offices of Villard Bastien Website - Remix

> [!NOTE]
> Bastien Law website (clone) built with Remix (+ Vite for SPA mode)

[![Automate Changelog](https://github.com/noclocks/bastienlaw-remix/actions/workflows/changelog.yml/badge.svg)](https://github.com/noclocks/bastienlaw-remix/actions/workflows/changelog.yml)

## Tech Stack

`bastienlaw-remix` is built on the following main stack:

- JavaScript [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
- TypeScript [TypeScript](http://www.typescriptlang.org) – Languages
- React [React](https://reactjs.org/) – Javascript UI Libraries
- ESLint [ESLint](http://eslint.org/) – Code Review
- Vite [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
```