Quick Start
Quick start your project using Datta Able.
Installation
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
We would recommend yarn over npm. Why? see this: https://www.whitesourcesoftware.com/free-developer-tools/blog/npm-vs-yarn-which-should-you-choose/
Start
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.
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
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 nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
Last updated