Skip to content

M-Farih/Vercel-BoowmeApp

Repository files navigation

BOOWME Web App

This project use :

Start learning

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed. Start learning

Install dependencies

yarn

run project

Env dev

yarn dev

Env Production

# build project
yarn build
# start the project
yarn start

Using Docker and Makefile

Development environment - for doing testing

make build-development
make start-development

Open http://localhost:3001

Staging environment - for doing UAT testing

make build-staging
make start-staging

Open http://localhost:3002

Production environment - for users

make build-production
make start-production

Open http://localhost:3003

Deploy your own

deploy with Firebase

Deploy the project using Vercel(Documentation) :

Deploy with Vercel

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published