Make sure to install the dependencies:
# npm
npm install
# yarn
yarn install
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildMake sure to install the dependencies:
# npm
npm install
# yarn
yarn install
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run build