create-near-app icon indicating copy to clipboard operation
create-near-app copied to clipboard

Create a starter app hooked up to the NEAR blockchain

Results 41 create-near-app issues
Sort by recently updated
recently updated
newest added

Hi, it'll be good to have typescript

T-dev-tools

I created an app using `npx create-near-app my-app` after creating the app I run the local server but getting `/my-app/src/global.css:undefined:undefined: PostCSS plugin tailwindcss requires PostCSS 8.` I tried reinstalling `postcss@^7`...

T-dev-tools

Currently by default it creates a full stack application. Which means that if building for existing app - need to deal with all the contract stuff. Ideally something like --frontend...

T-dev-tools

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.1.0 to 4.0.0. Release notes Sourced from gh-pages's releases. v4.0.0 This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer...

dependencies
javascript

Currently, tests are setup in such a way that they are in their own crate as a binary and accept the wasm file path as an argument. This is not...

This likely won't be super straightforward since the frontend code would have to be modified to conditionally use the ABI if Rust or not. Dependent on https://github.com/near/near-abi-client-js/issues/8, and probably best...

# Description This pull request adds more compatibility with existing tools. Templates become monorepos, and now support the other popular package managers, namely ``yarn'`` and ``pnpm``. The ``.sh`` files are...

Seems like with both JS and Rust SDK, the build directories are not being ignored and seems like the gitingore files in the templates are not being added. Doesn't seem...

## `class` prop bad use fix - fixed `class` vs `className` props incorrect use in the `nextjs templates`'s files ![image](https://github.com/near/create-near-app/assets/2791028/d104980e-7671-4ad4-9e9f-506f746099dd) - changed `class` to `className` prop in: - `templates/frontend/next-app/src/app/hello-components/page.js` -...

![image](https://github.com/near/create-near-app/assets/45006957/6a35d1cc-6a53-48cf-8904-e967a1596e68) Environment: wsl + node 18.17.1 or node 20.11.0 I looked at the docs and installed it, but an error popped. I was told to use the latest nodejs, so...