Getting Started

First, install all dependencies:

npm install .
# or
yarn install

Second, application ready to run on development mode :

npm dev
# or
yarn dev

Third, if you want to run this application on production mode follow this command :

  • Build the application:
npm build
# or
yarn build
  • Wait until build success, and then run on production mode :
npm start
# or
yarn start

Open http://localhost:3000 with your browser to see the result.

==========================================================================================

This application is build on Next.js, one of react framework, actually this application running by :

See this architecture layout for more details : env chart