项目作者: marcusv77

项目描述 :
Base template to start projects with NextJs.
高级语言: JavaScript
项目地址: git://github.com/marcusv77/nextjs-template.git
创建时间: 2021-01-25T02:16:23Z
项目社区:https://github.com/marcusv77/nextjs-template

开源协议:MIT License

下载


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

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

Run Web Project

  1. # Go to web folder
  2. $ cd nextjs-template
  3. # Install Dependencies
  4. $ yarn install or npm install
  5. # Run Aplication
  6. $ 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.