$ 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__