Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 441 Bytes

Requirements:

  • yarn 1.17+
  • node 10.16+

Process:

1. Setup

For install project dependencies print command yarn into terminal.

2. Start develop

For start develop need to print command yarn dev and site will be available at localhost:8000

3. After develop

After develop need to print command yarn build into terminal, this command will create new public folder and it need to commit into github.