Download (click here) and uncompress the theme package archive in your desired folder location.
Install the app dependencies by running the following command in the command line inside the folder root where you have unzipped the theme package archive.
npm intall
After npm finishes installing the modules from package.json you can go ahead and start the application. To do so, run the command below.
You can also use yarn to install dependencies instead of npm.
npm start
After the comand finished, you should see a Compiled successfully! message in your terminal window. Also, a web server service will be started so you can view your app in the browser: (http://localhost:3000)
To create a production optimised build run the command below:
npm run build
This created another folder in the root of your project named build. You'll have an option to start a local web server to view your newly created production build.
serve -s build -l 4000
This will start a local web server on port 4000, on which the production folder (/build/) will be available in your browser.
Designed & Developed By Next Page Technologies Pvt. Ltd.
Next Page Technologies Pvt.Ltd. is a creative and technology company. We build custom applications for web and mobile to enhance and evolve the way you do business. We are a team of people highly skilled at React Js, React Native, React Redux, React Hooks, IONIC, Angular Js, Node Js, PHP.
We also expertise developing ecommerce application(Web and mobile ), apps for industries like real estate, manufacuring, educational institutes, food businesses, service industries and many more.
##Contact us if you are looking for any web or mobile application development. We are very much happy to help.##
This source code is under Noncommercial license. You can modify and redistribute our theme for any non commercial use