Skip to content

RenanTRS/nlw-return

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLW Return Impulse

GitHub License GitHub top language GitHub last commit GitHub issues open GitHub closed issues GitHub pull request open GitHub closed pull requests

demo mobile

How to use

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

ENV variables

Web

VITE_API_URL= your_baseURL_here

Server

DATABASE_URL="your_database_string_connection_here"

Built with

Front-End Back-end
Vite NodeJs
ReactJs Typescript
Typescript Express
TailwindCss Cors
Popover-headlessUI Prisma
Axios Nodemailer
PhosphorIcons Jest
Html2Canvas SWC

Contact

License

This project is licensed under the MIT License - see the LICENSE file for details.