https://github.com/areknawo/using-ag-grid-react-ui-with-remix.run
https://github.com/areknawo/using-ag-grid-react-ui-with-remix.run
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/areknawo/using-ag-grid-react-ui-with-remix.run
- Owner: areknawo
- Created: 2022-03-28T20:51:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T19:23:54.000Z (about 2 years ago)
- Last Synced: 2025-02-01T08:13:43.358Z (4 months ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/great-joana-sqricl
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using AG Grid React UI with Remix.run
- [Remix Docs](https://remix.run/docs)
- [AG Grid React Docs](https://www.ag-grid.com/react-data-grid/)## Requirements
- Node.js v14 or later
- NPM v7 or later
- NPM modules installed:```sh
npm install
```## Development
From your terminal:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
## Testing
In your terminal:
```sh
npm run test
```