To clone and run this project, you'll need Git, node v14.20 or higher + yarn v1.22.15 or higher installed on your computer. From your command line:
#Clone this repository
$ git clone https://github.com/RenanTRS/nlw-return
#Go into the repository
$ cd nlwreturn
#Install dependencies web (front-end)
$ cd web
$ yarn
#or
$ npm i
#Install dependencies server (back-end)
$ cd server
$ yarn
#or
$ npm i
#Run dev web (front-end)
$ yarn dev
#or
$ npm run dev
#Run dev server (back-end)
$ yarn dev
#or
$ npm run dev
#Build server (back-end)
$ yarn build
#or
$ npm run build
#Run build server (back-end)
$ yarn start
#or
$ npm run start
VITE_API_URL= your_baseURL_here
DATABASE_URL="your_database_string_connection_here"
Front-End | Back-end |
---|---|
Vite | NodeJs |
ReactJs | Typescript |
Typescript | Express |
TailwindCss | Cors |
Popover-headlessUI | Prisma |
Axios | Nodemailer |
PhosphorIcons | Jest |
Html2Canvas | SWC |
- Email me - renantrsouza@gmail.com
- Connect with me on LinkedIn
This project is licensed under the MIT License - see the LICENSE file for details.