Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 229 Bytes

1.Clone the project locally

git clone https://github.com...

2.Install all dependencies

npm install   or
yarn add

3.Launch project

npm start    or
yarn start

4.Package item

npm run build