/fansforever-frontend

Primary LanguageTypeScriptMIT LicenseMIT

FAN

NFT project built on TRON blockchain

Prerequisites

  • Node.js >12.x
  • Yarn or Node Package Manager (NPM)

Setting up your Development Enviroment

  1. Clone the repository on your local machine
git clone https://github.com/junaidShaikh/fan.git
  1. Change current directory to the project directory
cd fan
  1. Install your dependencies with a package manager of your choice
yarn

or

npm install
  1. Run the development version of you application
yarn start

or

npm run start
  1. The website should automatically open on your default website at http://localhost:3000. You can visit the link in your browser of choice as long as the dev server is running.

Build the project for production

yarn build

or

npm run build