Top
Sheltos is a pure React Next.js theme—yes, you read that right! It’s a jQuery-free Next.js theme, designed with seamless integration in mind. Packed with features and functionality, Sheltos makes it easy to enhance your project. Its documentation guides you from the basics of React to building a fully functional, real-time application.
We have also included React Hooks , Redux-toolkit and Axios API which helps us in managing application's data in easy way. It's user friendly to learn the application.Follow the documentation carefully for solving your issues in minutes, Apart from that if you don't find the solution you require in this documentation, you can raise a support ticket for your issue from pixelstrap.freshdesk.com
Welcome to NextJs! NextJs helps you build modern applications for the web.
For getting started with a NextJs application, you need two things as prerequisites.
Before you begin, make sure your development environment includes Node and an npm package manager.
Download 20+ version of node.js from nodejs.org.
Install Node.js using downloaded file
To check your node version, run node -v in a terminal/console window.
React apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an npm package manager.
This Quick Start uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed, run npm -v in a terminal/console window.
For better understanding Next we suggest you to once go through official documentation of Next from NextJS.org
If you want Sheltos theme setup then directly follow next Sheltos setup section
npx create-next-app my-app
cd my-app
npm run dev
If you have already downloaded and installed node.js and npm then ignore prerequisites accordingly.
Download 20+ version of node.js from nodejs.org.
Install Node.js using downloaded file
To check your node version, run node -v in a terminal/console window.
cd theme
npm install
npm run dev
Once you serve your application by default it will take their defalult port so you can open port using localhost://3000
Make sure you are not running any other react project in local if so then use new generated port from terminal with label called app running at:
npm run build
cd theme
npm install
npm run dev
Once you serve your application by default it will take their defalult port so you can open port using localhost://4000
Make sure you are not running any other react project in local if so then use new generated port from terminal with label called app running at:
npm run build