- Base template to start projects with NextJs.
 - Ensuring static and hybrid server rendering along with good a SEO.
 
- Perform update of the dependencies so that the template is always accessible.
 
This project was made using the follow technologies:
- Javascript
 - NextJs
 - Next-Images
 - ReactJs
 - Styled-Components
 - HTML
 - CSS
 - TypeWriter
 - ESLint
 - Prettier
 - EditorConfig
 
# Clone Repository
$ git clone https://github.com/marcusv77/nextjs-template.git# Go to web folder
$ cd nextjs-template
# Install Dependencies
$ yarn install or npm install
# Run Aplication
$ yarn dev or npm run devGo to http://localhost:3000/ to see the result.
Released in 2020 License This project is under the MIT license.
