Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/croquiscom/create-zigzag-app
Set up zigzag template project by running one command.
https://github.com/croquiscom/create-zigzag-app
build-tool nextjs react vanilla zero-configuration zigzag
Last synced: about 1 month ago
JSON representation
Set up zigzag template project by running one command.
- Host: GitHub
- URL: https://github.com/croquiscom/create-zigzag-app
- Owner: croquiscom
- Created: 2019-09-16T09:44:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:28:21.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:58:25.685Z (9 months ago)
- Topics: build-tool, nextjs, react, vanilla, zero-configuration, zigzag
- Language: HTML
- Homepage:
- Size: 3.07 MB
- Stars: 5
- Watchers: 34
- Forks: 1
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-zigzag-app
## description
Create template project used in ZIGZAG with no build configuration.
This project works on wherever npm is installed.
(npx comes with npm 5.2+ and higher, if you use lower version, please update that!)
If you have some problem, please open an issue.
If you wanna add some feature, please send us a PR.## How to use
### Step1
Execute this command:
```
npx git+https://github.com/croquiscom/create-zigzag-app.git
```### Step2
Select what you want!
```
❯ vanilla
react
react-material-ui
nextjs
nextjs-material-ui
```### Step3
Enjoy :)