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

Home Page:https://codesandbox.io/s/great-joana-sqricl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://codesandbox.io/s/great-joana-sqricl


Languages

Language:JavaScript 97.8%Language:CSS 2.2%