/nextprj

NextPrj is NEXT.JS web service that allows you to get started builing and or testing a Web service locally.

Primary LanguageHTMLMIT LicenseMIT

Davit Project: NextPrj

GitHub repo size GitHub contributors GitHub stars GitHub forks

GitHub Workflow Status (branch) version Debian package GitHub tag (latest SemVer) node-lts GitHub last commit

Twitter GitHub

Table of contents

About

NextPrj is NEXT.JS web service that allows you to get started builing and or testing a Web service locally.

This project installs a basic Next.js project bootstrapped with create-next-app in your current directory. You can optionally use the default Project name (NextPrj) or enter a project name of your choice.

We assume you are running this on Linux/Ubuntu.

Getting Started

First, download or clone INSTALL and run the initial development server:

Features

Wish List Features

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of NODEJS
  • You have a <Windows/Linux/Mac> machine. We are using LINUX UBUNTU >18.
  • You have read <guide/link/documentation_related_to_project>

Building NextPrj

To install NextPrj, follow these steps: open a terminal and create a new project.

Linux: Create a project folder

mkdir nextprj && cd nextprj
  

The install using below

git clone https://github.com/DavitTec/nextprj.git .
./INSTALL;
  

Windows:

<TODO> 

Using NextPrj

To use NextPrj, follow these steps:

npm run dev

Open http://localhost:3000 with your browser to see the result.

With initial configuration you can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Additional options for this project will follow...

After initial INSTALL and testing the basic framework, you can now git pull to next tag releases.

 git reset --hard origin/master  # THIS will delete ALL changes made but restored again if checkout tag 0.1.0 used
 git fetch --all
 git checkout tags/0.1.1

Contributing to NextPrj

To contribute to NextPrj, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Follow me at

Github @DAvitTec Twitter @_davit LinkedIn @Davit

Offer a Token!

This project would be enhanced with your support and appreciation. DAVIT Davit Liberapay giving

ko-fi become-a-backer

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact me you can reach me at me@davit.ie.

License

This project uses the following license: MIT.

References