Skip to content

jesseczko/Using-AG-Grid-React-UI-with-Remix.run

 
 

Repository files navigation

Using AG Grid React UI with Remix.run

Requirements

  • Node.js v14 or later
  • NPM v7 or later
  • NPM modules installed:
npm install

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

Testing

In your terminal:

npm run test

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%