davilotus / boilerplate-nextjs

This project is a boilerplate for React project. This template was built with NextJS and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BOILERPLATE | NextJS + TypeScript (Create Next App)

nextjs, typescript, style-components and jest


ABOUT THIS PROJECT

This porject is a template for NextJS project. This template was built with Create Next App and Typescript. Made by Davidson Silva


AVAILABLE SCRIPTS

At first, in the project directory, you need run

// installing the dependencies
yarn install

OTHER SCRIPTS AVAILABLE

// run project on http://localhost:3000
yarn start

Run the app in the development mode by opening http://localhost:3000 to view in the browser. The page will reload if you make edits.

// build project
yarn build
// run the linter in all compoents and pages
yarn lint
// run test to test al components and pages
yarn test
// runs jest in watch mode
yarn test:watch

Learn how to install yarn through the official documentation.


MAIN TECHNOLOGIES USED

To give more power to my JavaScript code.

To stylize my app as components.


ABOUT ME

@davilotus

I'm Davidson Silva, a Frontend Developer with experience in:

react typescript javascript styled-components html5 css3


#followMyWork

linkedin


About

This project is a boilerplate for React project. This template was built with NextJS and TypeScript.


Languages

Language:TypeScript 82.7%Language:JavaScript 17.3%