Skip to content

marcusv77/nextjs-template

Repository files navigation

RECEIVING UPDATES

NextJs

Marcus Fernandes Repository size License

Features

  • Base template to start projects with NextJs.
  • Ensuring static and hybrid server rendering along with good a SEO.

Note

  • Perform update of the dependencies so that the template is always accessible.

Technologies

This project was made using the follow technologies:


How to run

# Clone Repository
$ git clone https://github.com/marcusv77/nextjs-template.git

Run Web Project

# Go to web folder
$ cd nextjs-template

# Install Dependencies
$ yarn install or npm install

# Run Aplication
$ yarn dev or npm run dev

Go to http://localhost:3000/ to see the result.


License

Released in 2020 License This project is under the MIT license.