All Projects → ocombe → i18n-demo

ocombe / i18n-demo

Licence: other
A simple i18n demo app with Angular and expressjs

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to i18n-demo

Angular2 Express Starter
Angular 8 and Express 👪 ( Heroku ready )
Stars: ✭ 565 (+4608.33%)
Mutual labels:  expressjs, angular-cli
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (+91.67%)
Mutual labels:  expressjs, angular-cli
ThinkApp
Test your knowledge with any of the available topic this fun and free Champion Quiz Master App. Save your time and effort by saving your queries & its resolutions
Stars: ✭ 15 (+25%)
Mutual labels:  expressjs, angular-cli
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+10408.33%)
Mutual labels:  expressjs, angular-cli
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (+91.67%)
Mutual labels:  i18n, expressjs
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+14641.67%)
Mutual labels:  i18n, angular-cli
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+5475%)
Mutual labels:  i18n, angular-cli
angular-i18n-localization
An angular application with i18n and localization implemented.
Stars: ✭ 22 (+83.33%)
Mutual labels:  i18n, angular-cli
deepl-api-connector
Connector library for deepl.com rest translation api
Stars: ✭ 12 (+0%)
Mutual labels:  i18n
nodejs-simple-restfull-with-express
⚡ ExpressJS Rest API Sample
Stars: ✭ 19 (+58.33%)
Mutual labels:  expressjs
mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+550%)
Mutual labels:  i18n
arabic-mathjax
Beautiful Arabic Math on all browsers. An extension for MathJax v2.
Stars: ✭ 12 (+0%)
Mutual labels:  i18n
firestore-store
express-session store for Firebase Cloud Firestore
Stars: ✭ 44 (+266.67%)
Mutual labels:  expressjs
okta-node-express-typescript-vue-example
Example Node.js API using TypeScript, Express, and Vue
Stars: ✭ 63 (+425%)
Mutual labels:  expressjs
laravel-query-localization
Easy Localization for Laravel
Stars: ✭ 50 (+316.67%)
Mutual labels:  i18n
code-editor-react
A full stack web application for online programming, built with React and Express.
Stars: ✭ 27 (+125%)
Mutual labels:  expressjs
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (+341.67%)
Mutual labels:  expressjs
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+208.33%)
Mutual labels:  expressjs
openpics
Search and download free stock photos from multiple sources for your creative project
Stars: ✭ 31 (+158.33%)
Mutual labels:  angular-cli
fptu-app
FUHCM Universal Web App based on Node.js & React
Stars: ✭ 17 (+41.67%)
Mutual labels:  expressjs

I18n Demo App

This is a demo app to show how to serve a simple i18n application with Angular and express.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

If you want to use the app with aot, you have to provide the translation files, for example to use aot with french for development, use npm run start:fr.

Build

Run npm run build to build the project in all languages. The build artifacts will be stored in the dist/ directory.

Production server

Run npm run serve to boot an express server on port 3000 that will use the files from the dist/ directory. Make sure to build the project first.

⚠️ This is just a demo server, you will have to improve it for a real production application (add compression, serve assets, ...).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].