Skip to content

Tvolex/LandingPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page

Landing page our team

Build Setup

# install dependencies
npm i

# Start server with nodemon at localhost:3000
npm run dev

# Build frontend dev
npm run build:watch

# Start prod server
npm run dev

# Build frontend prod
npm run build