https://github.com/iamflowz/grand-stack-starter-lite
Create a GRANDStack application with minimal dependencies.
https://github.com/iamflowz/grand-stack-starter-lite
angular docker docker-compose dockerfile grandstack jest neo4j neo4j-database neo4j-driver neo4j-graph neo4j-server neo4j-template node node-js nodejs react react-hooks react-router reactjs typescript
Last synced: 2 months ago
JSON representation
Create a GRANDStack application with minimal dependencies.
- Host: GitHub
- URL: https://github.com/iamflowz/grand-stack-starter-lite
- Owner: IamFlowZ
- License: apache-2.0
- Created: 2020-04-21T18:32:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T22:12:15.000Z (about 5 years ago)
- Last Synced: 2025-01-22T16:47:26.792Z (4 months ago)
- Topics: angular, docker, docker-compose, dockerfile, grandstack, jest, neo4j, neo4j-database, neo4j-driver, neo4j-graph, neo4j-server, neo4j-template, node, node-js, nodejs, react, react-hooks, react-router, reactjs, typescript
- Language: HTML
- Homepage:
- Size: 404 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Grand Stack Starter Lite
Get stared with creating a [GRANDStack Application](grandstack.io) in no time, with this lightweight template repository.
## Getting Started
- Click the "Use this template" button, underneath the languages breakdown
- Update the "LICENSE" file with the year, and your name
- Pick a UI Library, make sure the "Dockerfile" and ".dockerignore" files in are that libraries path. Then delete the other from the repository.
- Run the stack
- Start the applications independently
- Run the docker-compose file### Prerequisites
- [Node.js](https://nodejs.org/en/download/) v10 or greater
You can install via direct download, or a version manager like [NVM](https://github.com/nvm-sh/nvm)
- [Docker](https://docs.docker.com/get-docker/)### Installing
- React, Angular, Api
- `cd` into the project directory, and run `npm install`
- Neo4j
- Follow one of their setup guides [here](https://neo4j.com/docs/operations-manual/current/installation/)## Deployment
Add additional notes about how to deploy this on a live system
## Built With
- [Node.JS](nodejs.org)
- [Neo4J](neo4j.com)
- [GraphQL](graphql.org)
- [React](reactjs.org)
- [Angular](angular.io)
- [Docker](www.docker.com)
- [Now](https://github.com/zeit/now)
- See package.json in each project for full dependency lists## Contributing
Please read [CONTRIBUTING.md](https://github.com/iamflowz/) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/iamflowz/grand-stack-starter-lite/tags).
## Authors
- **Dakota Lewallen** - _Initial work_ - [IamFlowz](https://github.com/IamFlowz)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the Apache v2.0 License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
- Everyone at Neo4J for not only making a great product, but also a great eco-system that makes it a breeze to work with.
- Facebook for React, the amazing UI library
- Apollo for the line of GraphQL products they maintain
- GraphQL Foundation for... GraphQL