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

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

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
```