1.0.8 • Published 4 years ago
@nextekdevelopment/create-nextek-app v1.0.8
Introduction
This is a cli for any nextek application templates using npm. Right now there is only one template, a next js starter project with authentication and a page using SSR (Server Side Rendering) and SSG (Static Site Generation) along with the hooks needed to implement authentication client and server side.
Getting Started
open a terminal in Ubuntu or on Mac (windows right now does not work since the directory structure is different)
go into the selected folder you want to create the client project in
run the command npm init @nextekdevelopment/nextek-app
Chose Next.Js and hit enter
run npm i OR yarn install whichever one your preferred package manager is
Build and Test
TODO:
Contribute
Please view the nextek wiki for instructions on publishing.