Skip to content

fuhcm/fptu-app

Repository files navigation

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.

Environment

Assuming you have a working DockerCE.

Development

Run with develop container:

$ docker-compose up

Production

Build production image:

$ docker build -t fptu-app .

Run production container:

$ docker run -d --name fptu-app -p 3001:3000 fptu-app:latest

License

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)