Skip to content

caiobatis/nextjs-ts-template

Repository files navigation

nextjs-ts-template

NextJS with Typescript Template

build quality Codecov Repository size GitHub last commit License Stargazers

Requirements

Stack

The future stack:

  • NextJS
  • ES6 (Babel)
  • React
  • Axios
  • Tailwind
  • Styled Components
  • ESlint
  • Prettier
  • Husky

Environment Variables

Set the application variables according to the .env.sample file as template

API_BASE_URL=https://mybaseurl.com

Initialization

Run the application in development mode:

yarn && yarn dev

Build to production or stage

NODE_ENV=production yarn build

Deploy

In the future, maybe I will bring this model a good way to deploy. In case I can get the time. For now use Vercel, Netlify or whatever you want

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors