An open API service indexing awesome lists of open source software.

https://github.com/collectionscms/create-collections-app


https://github.com/collectionscms/create-collections-app

Last synced: over 1 year ago
JSON representation

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)