Project 2501
After cloning the repo:
Run with npm i
, npm run build
and npm start
to run the app (FE) server
- Run the API on
sitemap-generate
to generate the content and paste it on sitemap.xml
- if no specific language-bound address, gets address from location lib
- redirects (302) to a language-bound address
Run npm run build:prod
- Delete API server files
- Upgrade all libs on package.json
- Install/setup lint again
- Modernize node.js server code
- Make app run on Parcel.js
- Install and run babel on build time
- Test all app functionalities
- Support language change (localStorage)
- Rewrite frontend code to adapt to Hooks (and less reducer actions too)