Installation
Installation
Navigate to your root folder (ex. materially-react-hook-material-js)
Install Packages by npm.
Start
After package installation, you can start your app by using npm run 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
Last updated