0.2.0 • Published 2 years ago

cra-template-next-redux-typescript v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This is a Next.js & Redux project bootstrapped with create-react-app base on typescript.

Getting Started

First, Create react project with create-react-app with template

npx create-react-app @my-app-name@ --template next-redux-typescript

Second, Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

It's simple next-redux cra template!