Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 841 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 841 Bytes

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