This repository contains all the packages for the Capstone Fortnerf project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repo
git clone https://github.com/javiguerra777/capstone-frontend
- Make sure you have npm on your machine
npm --version
- Install npm packages
npm install
To run both client and server:
npm run dev
To run client:
npm run start:client
To run server
npm run start:server
- cd client and follow directions to install and start project
- cd server and follow directions
If you have a suggestion that could improve this project, please fork the repo and create a pull request. You can simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thank you!
- Fork the project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m "message")
- Push to the branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Javier Guerra - javier.guerra1001@gmail.com
Project link: https://github.com/javiguerra777/capstone-fortnerf