First, run the development server:
npm run dev
# or
yarn dev
For build:
npm run build
# or
yarn build
To start build on the server:
npm run start
# or
yarn start
Open http://localhost:4000 with your browser to see the result.
First, run the development server:
npm run dev
# or
yarn dev
For build:
npm run build
# or
yarn build
To start build on the server:
npm run start
# or
yarn start
Open http://localhost:4000 with your browser to see the result.