πQuick Start
Quick start your project using Able Pro.
Installation
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.
Start
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.
Build & Deploy
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
Last updated