https://github.com/collectionscms/create-collections-app
https://github.com/collectionscms/create-collections-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/collectionscms/create-collections-app
- Owner: collectionscms
- License: mit
- Created: 2022-11-16T22:40:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T10:28:03.000Z (over 2 years ago)
- Last Synced: 2025-02-21T13:03:26.557Z (over 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Collections App
```sh
npm install -g create-collections-app
create-collections-app my-app
cd my-app/
npm run dev
```
Open [http://localhost:4000](http://localhost:4000) to view your running app.
When you're ready for production, run `npm run build` then `npm run start`.
## Acknowledgements
We are grateful to the authors of existing related projects for their ideas as inspiration:
- [Create React App](https://github.com/facebookincubator/create-react-app)
- [Next.js](https://github.com/zeit/next.js)