- Node.js
- npm
- vs code (preferable as all setup is for this IDE)
- Install all tools mentioned above
- Clone this repo
- Run
cd PublicTransportAppV2
- Run
npm install
- Tap Extensions in vs code, type "@recommended" and install all from section "Workspace recommendations"
- Run
npm start
and everything should be ready to start 🚀
If you have any issues with setting up the project, feel free to reach out me @alicenoknow
- React docs
- React Boostrap
- Jest - for testing
- Prettier - code formatter we use
- Eslint - linter we use
- Redux - we will probably use it
- React Router - we will probably use it
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
React 17.0.2
docker build . -t website:latest
docker run -it --rm -d -p 8000:80/tcp --name app1 website