Skip to content

dubisoft-solutions/100-sport-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100 Sport Markup project

Markup project created by figma design.

Demo link url

RTL version: url

Project structure

src directory contains source files, like styles, js, and html. Once project is compiled, the dist directory will be created and it should be used for the production project.

Install nodeenv

nodeenv used to isolate the node versions on the system

pip3 install nodeenv

Create a virtualenv with the 18 nod version

nodeenv -n 18.12.1 env

Active it

. env/bin/activate

How to start the dev server for development?

npm install
npm run dev

How to build the assets?

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published