https://github.com/reflexjs/nextjs-starter-typescript
This is the base starter for kicking off your Nextjs project with Reflexjs and Typescript.
https://github.com/reflexjs/nextjs-starter-typescript
Last synced: about 1 year ago
JSON representation
This is the base starter for kicking off your Nextjs project with Reflexjs and Typescript.
- Host: GitHub
- URL: https://github.com/reflexjs/nextjs-starter-typescript
- Owner: reflexjs
- Created: 2020-12-10T12:37:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T02:31:14.000Z (about 5 years ago)
- Last Synced: 2025-03-27T10:37:50.008Z (about 1 year ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# reflexjs/nextjs-starter-typescript
This is the base starter for kicking off your Nextjs project with Reflexjs and Typescript.
## Getting Started
```sh
npx create-next-app -e https://github.com/reflexjs/nextjs-starter-typescript
```
## Running your site
```sh
cd site
npm run dev
```
## Docs
Visit [https://reflexjs.org/docs](https://reflexjs.org/docs) to learn more about Nextjs and Reflexjs.
## License
Licensed under the [MIT license](https://github.com/reflexjs/reflexjs/blob/master/LICENSE).