Built by Jared Hettinger
This project is a work in progress. It will eventually develop into a webapp for practicing English/Spanish vocabulary.
A working version of this site can be viewed at https://www.lenguau.com
The full code for this project can be viewed at https://github.com/kafkaesc/Lenguau
The full code for the Lenguau API can be viewed at https://github.com/kafkaesc/Lenguau-API
- Navigate to the project folder
- Run
npm install
- Run the Tailwind watcher
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
- Run the app
npm start
- Navigate to the project folder
- Run
npm test
Construido por Jared Hettinger
Este proyecto es un trabajo en progreso. Va a ser un webapp para practicar vocabulario de español/inglés.
Una versión operativa del sitio está en https://www.lenguau.com
El código completo para el proyecto está en https://github.com/kafkaesc/Lenguau
El código completo para la Lenguau API está en https://github.com/kafkaesc/Lenguau-API
- Vaya al fólder del proyecto
- Ejecute
npm install
- Ejecute el mirador de Tailwind
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
- Ejecute el app
npm start
- Vaya al fólder del proyecto
- Ejecute
npm test