├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | react/wedding-website/node_modules 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Permanently Moved 2 | === 3 | These examples websites now have their own repos: 4 | 5 | #### [React Chat App](https://github.com/cosmicjs/cosmicapp-react-chat) - A chat app built using React, Socket.io nad Node.js 6 | #### [Future Imperfect](https://github.com/cosmicjs/cosmicapp-future-imperfect) - Node.js Blog 7 | #### [React Universal Blog](https://github.com/cosmicjs/cosmicapp-react-universal-blog) - React Universal Blog 8 | #### [Astral](https://github.com/cosmicjs/cosmicapp-astral) - PHP Single Page Website 9 | #### [Wedding Site](https://github.com/cosmicjs/cosmicapp-wedding-site) - Angular Wedding Website 10 | --------------------------------------------------------------------------------