Skip to content

agursoyy/NextJs-Typescript-Starter-Kit

Repository files navigation

NextJs Typescript Starter-Kit

Before Starting

System Requirements

Global Packages

Included Packages

  • Mobx - State Management
  • Next - Server Side Rendering
  • Axios - HTTP Client usage

Installation

$ git clone [email protected]:agursoyy/NextJs-Typescript-Starter-Kit.git
$ cd NextJs-Typescript-Starter-Kit
$ npm install 

VSCode Settings!

To set up VsCode Settings,

$ you should use settings.json.

Development

Next'in sunuma başlaması ve değişiklikleri takip etmesi için, you should start the application on development server with the following comment

$ npm run dev

Project will start on the http://localhost:3000 url.

Production

$ npm run build
$ npm run start

Project Structure

  • app - body of the kit
    • components - components which will be used on the pages_
      • .tsx,.scss,.text,index.ts files belonging to a component.
    • pages - nextjs pages_
    • styles - Sass, görsel ve font dosyaları için ayrılmış alan
      • fonts - _Font files
      • images - İmaj dosyaları
      • sass - Sass dosyaları
        • bootstrap - Bootstrap files
        • components - styles of component files
        • mixins - sass mixins
        • overrides - to modify some bootstrap classes when required
        • variables - Global sass variables
    • static - static files_
      • assets - this directory will be generated by webpack_
  • server - custom server configurations_

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published