FPTU Tech Insights — "isomorphic" web app
fptu-app is an isomorphic web app built on top of Node.js, Express and React, containing modern web development tools such as Webpack and Babel.
The webpack configuration now support both Babel and TypeScript, so you can have both .js
and .ts
files in the source code.
Assuming you have a working DockerCE
.
Run with develop container:
$ docker-compose up
Build production image:
$ docker build -t fptu-app .
Run production container:
$ docker run -d --name fptu-app -p 3001:3000 fptu-app:latest
Copyright © 2018-present Huynh Minh Tu. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.
Made with ♥ by Huynh Minh Tu (https://mrhmt.com)