/nextjs-react-spa

Project delivered with NextJS & React, using craft API

Primary LanguageHTML

dependencies Status

Animation transition using Next.js & React-motion

Simple animation between routes. Based on Next.js from ZEIT

Live demo : next-motion.now

Stacks

Running the app localy

Requirement: Node.js 5.x or newer

Clone the repo:

$ git clone https://github.com/toinelin/next-motion.git

Install dependencies :

$ cd next-motion && yarn

Run dev:

$ yarn dev