🌀 Copy-Paste anything, then get it from anywhere
Some dependencies to download.
- NPM and,
- YARN.
📣 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
⭐ 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
First start the server and after that start the web in different terminals/command prompts, after that acess 'localhost:3000' in your browser.
- Make a fork
- Give a star to this project
- Share this repository with other people
Thank you, enjoy it, 😉