An open API service indexing awesome lists of open source software.

https://github.com/guidevloper/nullstack-new

Run a Nullstack template with one link ✨🚀
https://github.com/guidevloper/nullstack-new

nullstack stackblitz template tsx

Last synced: 8 months ago
JSON representation

Run a Nullstack template with one link ✨🚀

Awesome Lists containing this project

README

          

# Nullstack New

Run a Nullstack template with one link ✨🚀

Nullstack

This is a mirror to our [StackBlitz](https://stackblitz.com/) templates for easy access with one url

## Main options

> 💡 All of them come with ESLint + Prettier, CSS and Babel configured to work on StackBlitz and locally

| Link | Tools |
|----------------------------------------------------------------------|-------|
| [nullstack-new.vercel.app](https://nullstack-new.vercel.app/) | TSX |
| [nullstack-new.vercel.app/tsx](https://nullstack-new.vercel.app/tsx) | TSX |
| [nullstack-new.vercel.app/jsx](https://nullstack-new.vercel.app/jsx) | JSX |

## Examples & Vercel

In [Nullstack Examples README](https://github.com/GuiDevloper/nullstack-examples/blob/main/README.md) Nullstack New is used with one-click buttons to load a specific template on StackBlitz, or deploy straight to Vercel using a url like follows:

https://nullstack-new.vercel.app/active-class-name?vercel

## Details good to know

Feeling curious? Take a look at those [details good to know](./projects/tsx/README.md#details-good-to-know) about how a Nullstack project works on StackBlitz

## How to run this project

Install the dependencies: `npm install`

Rename the **.env.example** file to **.env**

Run the app in development mode: `npm start`

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Learn more about Nullstack

[Read the documentation](https://nullstack.app/documentation)