Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 474 Bytes

Next.js app

Check deployments

Running Locally

  1. Install dependencies: npm i
  2. Start the dev server: npm run dev
  3. Check browser in localhost:3000

Build project

To get a project build: npm run build

For more information, see: NextJS

Documentation

NextJS docs

Redux toolkit docs

Framer Motion docs