$ git clone [email protected]:agursoyy/NextJs-Typescript-Starter-Kit.git
$ cd NextJs-Typescript-Starter-Kit
$ npm install
To set up VsCode Settings,
$ you should use settings.json.
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.
$ npm run build
$ npm run start
- 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_
- components - components which will be used on the pages_
- server - custom server configurations_