dynamic props
nmad authored
1b6b6c72

This is a environment implemented in React with Typescript, Next.js and styled-components. The purpose of this environment is to build a universal react component.

Start project:

  1. Clone repo
  2. Install environment

yarn install or npm install

  1. Run environment:

yarn dev

Visit http://localhost:3000 to view environment in the browser.