Skip to content

syedmahmad/nextjs-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

For build:

npm run build
# or
yarn build

To start build on the server:

npm run start
# or
yarn start

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

You can start by adding new pages in /src/pages directory. Each page act as a route.

Redux store is setup with redux-persist which persist store data even after refresh page.

This Project also contains Sign_in, Sign_up, Confirmatin_email and forgot-password pages. You just need to update API routes as per your backend in the src/api/auth.js file and good to go.

Caution Before Start:

  • Please add config/environment file in gitignore.

Learn More

To learn more about Next.js, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published