Add curl_template

This commit is contained in:
folex
2021-02-26 00:18:07 +03:00
parent e489bf1673
commit cf3c18490a
28 changed files with 19482 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## How to run
To run app in the development mode use:
npm start
To run tests in the interactive watch mode use:
npm test
To make a production build use:
npm run build