Skip to content

Tea-Fi/presale-ui

Repository files navigation

TeaPresale

Prerequisite

  • NodeJs 18+.
  • run npm install to install dependencies.
  • create .env file configuration

.env file

create .env.development inside apps/ui directory and add the followings:

Development

Run npm run start to start the development server. Happy coding!

Build for production

Run npm run build to build the application. The build artifacts are stored in the dist/apps/privatesale directory. ready to be deployed.

Running production in local

after building app, run thees commands :

cd dist/

then run below command in this directory :

npm run start

Releases

No releases published

Packages

No packages published

Languages