Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.41 KB

Paste TMP Files

🌀 Copy-Paste anything, then get it from anywhere

executing

💾 Requirements

Some dependencies to download.

▶️ I used:

  • NPM and,
  • YARN.

🔽 Downloads:

📣 Web:

  • yarn add react-router-dom react
  • yarn add @types/node node
  • yarn add typescript react-dropzone @types/react-dropzone
  • yarn add axios @types/axios file-saver @types/file-saver

📣 Server:

  • yarn add express
  • yarn add @types/express
  • yarn add typescript
  • yarn add ts-node
  • yarn add ts-node-dev

💥 Starting it

⭐ WEB:

Go to the 'web' folder and put:

yarn start

⭐ SERVER:

To create the database, go to the 'server' folder and put:

yarn knex:migrate

Go to the 'server' folder and put:

yarn start

🔡 How it works

First start the server and after that start the web in different terminals/command prompts, after that acess 'localhost:3000' in your browser.

✌️ Want to help?

  • Make a fork
  • Give a star to this project
  • Share this repository with other people

Thank you, enjoy it, 😉