This project is a frontend developed in React using nodejs as a server side render for kod3rsStore.
This server implement security with passport js using Json Web Tokens.
To get the project you should create a git in your local computer
git init
Clone the repository
git clone https://github.com/kod3rsStore/Frontend.git
This project run using
node
If you want to run your project in a container you need:
docker
docker-compose
To install the project you should execute the next commands.
npm intall
npm run start
End with an example of getting some data out of the system or using it for a little demo (This will be added when we have the seed scripts)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details