A web app that greets you in five different languages
- JavaScript
- React
- Redux
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git@github.com:VicPeralta/hello-react-front-end.git
2.- Change the directory to the hello-react-front-end directory
cd hello-react-front-end
3.- Install the project's dependencies by running this command:
npm install
4.- Generate the dist folder using this command:
npm run build
5.- Start the server at http://127.0.0.1:3100
6.- Verify the availability of the endpoint 'http://127.0.0.1:3100/show.json'
7.- Run npm start
and go to http://127.0.0.1:3000/hello
8.- To see the code open the project in the code editor of your preference.
Get the server repo at server
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A special thank for @fernandorpm for this amazing README template
This project is MIT licensed.