A Progressive WebApp for Men and Women Fashion Wear
Please visit our Webapp and our shops located at:
- 89/173, Bangur Park, Near Mother Dairy
- Near Paul Complex, Mio Amore Market
Create a <project-root>/.env.local
file similar to the .env.sample
file, and put all the required environment variables in there.
Then, run the below command to install the dependencies:
npm i
npm start
: Runs a development server on port 3000.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.npm run serve
: Serves thebuild
folder locally.npm run build:serve
: Runs thebuild
command and also serves thebuild
folder on port 3000.