Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackomo007/blog-prisma-remix


https://github.com/jackomo007/blog-prisma-remix

prisma react remix

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Welcome to Remix Blog!

- [Remix Docs](https://remix.run/docs)

## Development

To run your Remix app locally, make sure your project's local dependencies are installed:

```sh
npm install
```

Load .env variables

```sh
npx prisma generate
```

Setup Database

```sh
npx prisma db push
```

Afterwards, start the Remix development server like so:

```sh
npm run dev
```

Open up [http://localhost:3000](http://localhost:3000) and you should be ready to go!