Quick Start
Quick start your project using Able Pro.
Last updated
Quick start your project using Able Pro.
Last updated
Navigate to your root folder (i.e. able-pro-material-react)
Install Packages by npm as per your preferences. Here we are using the package manager.
After package installation, you can start your app by using npm run dev
command
This will start your local server at http://localhost:3000
Also, your terminal shows the following.
This might be too early to deploy but it is always good to know how to deploy.
To build your app in production use npm run build
command
Youβll need to have Node v20.x.x or later on your local development machine (but itβs not required on the server). You can use (macOS/Linux) or to easily switch Node versions between different projects.