After package installation, you can start your app by using yarn start command
c:\mantis-material-react> yarnstart
For nextJS use yarn dev command
c:\mantis-material-react> yarndev
This will start your local server at http://localhost:3000 Also, your terminal shows the following.
Compiled successfully!You can now view mantis-material-react in the browser.Local:http://localhost:3000 On Your Network:http://192.168.29.77:3000Note that the development build is not optimized.To create a production build, use yarn build.
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 yarn build command
Change the base URL with your domain and build your application.
You can control this with the homepage field in your package.json
You’ll need to have Node v12.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.