Crema React
Search…
Crema React
v-3
About Crema
Overview
Crema Overview
Folder Structure
GitHub Access
Slack Community
Figma File
Development
Installation
Route Overview
Add New Route
Auth User
Authentication Methods
API Calls
Multilingual
Style Framework
MUI
Theme Color
Sidebar Configuration
Navigation Style
Footer Configuration
Template Mode
Template Direction
Next-Js
About Next.JS
Folder Structure
Installing Next jS
Authentication
Add New Route
Deploy to server
FAQ
React Bootstrap
About React-Bootstrap
Styled Framework
RTL
Dark Theme
ANT Design
About Crema Ant
Style Framework
Servers
Python
Laravel
Mongoose
Credits
Crema V-2
Powered By
GitBook
Installing Next jS
To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run yarn & yarn dev
Once you have followed the installation pre-requisite steps, You can follow the following steps to install and run the Crema:-
1. To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run the following command:-
1
yarn
Copied!
this command will automatically install the required dependencies.
2. Now, run the following command to run the project in the browser.
1
yarn dev
Copied!
This command will start the project in the browser in development mode i.e. the project will run on localhost://300X URL.
3. To add the project to the live server, you need to make the Build of the project. Run the following command to make the Build of the project.
1
yarn build && yarn start
Copied!
After successful completion of build command, you will find following instructions on the terminal:-
Next-Js - Previous
Folder Structure
Next - Next-Js
Authentication
Last modified
4mo ago
Copy link