1.7.1 • Published 6 years ago

create-next-project v1.7.1

Weekly downloads
7
License
ISC
Repository
-
Last release
6 years ago

Create Next Project

Fire up new project that scores 100% on lighthouse from adaptable template using a suite of awesome tools and services.

Usage

N.B. you must have now installed (and @sanity/cli if you are using it) and be logged in on your cli

Create a boilerplate static next app configured to be deployed to zeit's now infrastructure...

$ npm create next-project next-app-name

... include some npm dependencies ...

$ npm create next-project next-app-name --npm-install lodash,jest

... configure use with emotion (install dependencies and configure babel etc...) ...

$ npm create next-project next-app-name --with-emotion

... configure santiy cms gui and connect to existing project (for example with id: r5xu3dum) ...

$ npm create next-project next-app-name --with-sanity r5xu3dum

... configure santiy cms gui and create new sanity project named after output directory ...

$ npm create next-project next-app-name --create-sanity
1.7.1

6 years ago

1.7.0

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.7.1

6 years ago