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 ✨🚀
- Host: GitHub
- URL: https://github.com/guidevloper/nullstack-new
- Owner: GuiDevloper
- Created: 2023-07-11T03:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T19:50:01.000Z (over 2 years ago)
- Last Synced: 2025-04-02T15:29:20.472Z (11 months ago)
- Topics: nullstack, stackblitz, template, tsx
- Language: TypeScript
- Homepage: https://nullstack-new.vercel.app
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nullstack New
Run a Nullstack template with one link ✨🚀

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)