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

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.

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