Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackomo007/blog-prisma-remix
https://github.com/jackomo007/blog-prisma-remix
prisma react remix
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackomo007/blog-prisma-remix
- Owner: jackomo007
- Created: 2022-02-17T23:33:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T16:17:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T19:12:51.786Z (2 months ago)
- Topics: prisma, react, remix
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!