All Projects β†’ atanasster β†’ Grommet Nextjs

atanasster / Grommet Nextjs

Build enterprise apps with react and grommet

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Grommet Nextjs

Moveit
πŸš€ NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (-27.78%)
Mutual labels:  nextjs
Intercom Clone
Intercom clone built with NextJS and TailwindCSS
Stars: ✭ 48 (-11.11%)
Mutual labels:  nextjs
Kohei.dev
🌎 A Production-level Single Page App with Server Side Rendering
Stars: ✭ 50 (-7.41%)
Mutual labels:  nextjs
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-25.93%)
Mutual labels:  nextjs
Reddium
The Reddit client for Silicon Valley
Stars: ✭ 47 (-12.96%)
Mutual labels:  nextjs
Getlink Next
Get Link!
Stars: ✭ 48 (-11.11%)
Mutual labels:  nextjs
Nestpress
A production ready personal blogging system on top of NestJS and NEXT.js
Stars: ✭ 38 (-29.63%)
Mutual labels:  nextjs
Nextjs Woocommerce
NextJS (React) eCommerce site with WooCommerce backend
Stars: ✭ 53 (-1.85%)
Mutual labels:  nextjs
Nookies
πŸͺ A set of cookie helpers for Next.js
Stars: ✭ 1,035 (+1816.67%)
Mutual labels:  nextjs
Jobforme
This is a project for people who are looking for work.
Stars: ✭ 50 (-7.41%)
Mutual labels:  nextjs
Terraform Nextjs Plugin
A plugin to generate terraform configuration for Nextjs 8 and 9
Stars: ✭ 41 (-24.07%)
Mutual labels:  nextjs
Keycapsets.com
⌨︎Find your favorite Keycapsets! Made for love of mechanical keyboards, and the trouble of finding a suitable existing keycapset overview!
Stars: ✭ 43 (-20.37%)
Mutual labels:  nextjs
Nextjs With Lambda
Next.js example with deploying to AWS Lambda
Stars: ✭ 48 (-11.11%)
Mutual labels:  nextjs
Next.js Conf 2020
From Front-end to Full Stack with Amplify Framework
Stars: ✭ 40 (-25.93%)
Mutual labels:  nextjs
Next Express Monorepo Starter
NextJS, Express and Now as Microservices with Yarn & Lerna Workspaces
Stars: ✭ 50 (-7.41%)
Mutual labels:  nextjs
Crypto Grommet
Crypto and equities app
Stars: ✭ 39 (-27.78%)
Mutual labels:  nextjs
Nextjs Multiple Domains
Example using SSR to handle multiple domains on the same project.
Stars: ✭ 46 (-14.81%)
Mutual labels:  nextjs
Nextjs Hn
A Hacker News Progressive Web App built using Next.js
Stars: ✭ 53 (-1.85%)
Mutual labels:  nextjs
Nextjs Material Dashboard
NextJS version of Material Dashboard React
Stars: ✭ 50 (-7.41%)
Mutual labels:  nextjs
Next Landing Vpn
An Open Source Landingpage For VPN or Apps. Build using NextJS 10 and Tailwind v2.0
Stars: ✭ 49 (-9.26%)
Mutual labels:  nextjs

Example app with nextjs and grommet v2

Live site: https://grommet-nextjs.herokuapp.com

Community: https://spectrum.chat/crypto-grommet

Install

  • Get sources in local folder
$ git clone https://github.com/atanasster/grommet-nextjs.git
  • Move to your local folder
$ cd grommet-nextjs
  • Install dependencies
$ npm install

Local deployment

$ npm run dev

Production deployment

  • Build package
$ npm run build
  • Start production server
$ npm run start

Testing

  • Run eslint:
$ npm run check
  • Analyze packages:
$ npm run analyze
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].