lucky-jo / next-bnb-ts

next-bnb-ts

Home Page:next-bnb-ts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

https://next-bnb-ts.vercel.app/

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.tsx.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

npx create-next-app --ts

npm i -D @types/node @types/react-dom

npm i styled-components babel-plugin-styled-components

npm i -D @types/styled-components

npm i babel-plugin-inline-react-svg

npm i styled-reset

npm install @material-ui/icons npm install @material-ui/core

npm i bcryptjs npm i -D @types/bcryptjs

npm i jsonwebtoken npm i @types/jsonwebtoken

npm i axios

npm i next-redux-wrapper @reduxjs/toolkit react-redux redux npm i @types/react-redux

npm i react-outside-click-handler npm i -D @types/react-outside-click-handler npm i -D @types/googlemaps npm i -D @types/lodash npm i lodash npm i formidable npm i -D @types/formidable

aws s3 파일을 업로드 하기 위해서는 aws 사용자의 엑세스 키 페어와, 파일을 저장할 s3 버킷의 이름이 필요합니다. // 환경변수 설정

npm i uuid npm i -D @types/uuid npm i react-autosize-textarea

npm i react-datepicker npm i -D @types/react-datepicker npm i date-fns

Google Places API

About

next-bnb-ts

next-bnb-ts.vercel.app


Languages

Language:TypeScript 98.9%Language:CSS 1.0%Language:Dockerfile 0.2%Language:JavaScript 0.0%