📗 Table of Contents
Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
Server
- React Components
- Redux Store
- Jest Tests
- Bootstrap
To get a local copy up and running, follow these steps.
In order to run this project you need:
git
npm
node
Your favorite text editor
Clone this repository to your desired folder:
https://github.com/Umuhan/space-Travellers
Install this project with:
cd space-Travelers
npm install
You can deploy this project using:
To run the project, execute the following command:
npm run build - Builds development files into production code
npm start - Starts the development server
To run tests, run the following commands:
- npm test
- npx eslint .
- npx stylelint "*/.{css,scss}"
👤 Umuhan Mohamud
👤 Hamza Baig
- GitHub: @hamzabaig
- Twitter: @hamzabaig
- LinkedIn: @hamzabaig
- APIS
- Extra Components
- Authenticate
- Local Storage
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
-
[How do you set up react?]
- [You run
npx create-react-app <project-name>
]
- [You run
-
[How to run the project after cloning]
npm install
npm run start
This project is MIT licensed.