Quick Start
Quick start your project using Datta Able.
Last updated
Quick start your project using Datta Able.
Last updated
Navigate to your root folder (i.e. datta-able-react-hook-reactstrap-js/full-version)
Install Packages by npm as per your preferences. Here we are using a package manager.
If you are using npm, please use npm i
After package installation, you can start your app by using npm start
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.