Skip to content

YasTechOrg/vida_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vida

vida front

DEV

Navigation

Setup

  • First install npm ( yarn recommended )
  • Second setup and install project dependencies
# Debian / Ubuntu

# yarn
sudo yarn install
# npm
sudo npm install

Run

You can run project as development mode with this command :

yarn dev

And you can run project as production mode with this command :

yarn preview

You can access website from localhost:3000

Output

You can export bundled output with this command :

yarn build

Contact

Screen Shots

Screen Shot1 Screen Shot2 Screen Shot3